在加载页面时,我需要检查是否存在来自 Javascript 的会话变量。我尝试了以下代码。但它给出了一个错误,说会话未定义。
Json=// i have hardcoded value here
Session("hai") = "";
Session.set("hai",json);
if (( typeof session.get("hai") == 'undefined' && ((session.get("hai") == null)||(session.get("hai") == "") ) ){
}