当我使用localstorage
时,我的JSP页面上出现以下错误localstorage未定义
以下是示例JSP代码
if(localstorage['ScriptActivityHelpSectionHidden']!='undefined')
{
helpSectionHidden=localstorage['ScriptActivityHelpSectionHidden'];
if(helpSectionHidden=='true')
{
setEditorWidthForActivity(helpId);
}else
{
$("#helpId").show();
}
}
答案 0 :(得分:1)
你没有拼写正确,案件很重要:localStorage