gpt4 book ai didi

javascript - 在 Yesod 处理程序的代码中使用 JS 变量

转载 作者:行者123 更新时间:2023-11-30 00:30:00 26 4
gpt4 key购买 nike

我知道我们可以在 Julius 代码中使用 Haskell 数据,例如:

$(function(){
$("section.#{sectionClass}").hide();
});

但是如何在 Haskell 代码中使用 JS 变量呢?例如:

... in some .julius
$(function set_global_variable( value ) {
window.myGlobalValue = value;
});

... in some handler, pseudocode:
getMyPageR :: Handler Html
getMyPageR = do
let globalValue = [julius|window.myGlobalValue;|]
...

这可能吗?

最佳答案

不,没有办法做到这一点。 yesod 代码运行服务器端和 JavaScript 客户端。如果事情是让 JavaScript 将值发送回服务器,那么实现这种类型的唯一方法。

关于javascript - 在 Yesod 处理程序的代码中使用 JS 变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29953282/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com