替代在IE8中使用localtorage

时间:2013-12-12 18:45:53

标签: javascript internet-explorer

当我使用localstorage

时,我的JSP页面上出现以下错误

localstorage未定义

以下是示例JSP代码

     if(localstorage['ScriptActivityHelpSectionHidden']!='undefined')
 {
     helpSectionHidden=localstorage['ScriptActivityHelpSectionHidden'];
     if(helpSectionHidden=='true')
     { 
         setEditorWidthForActivity(helpId);
     }else
     {
         $("#helpId").show(); 
     }
 }

1 个答案:

答案 0 :(得分:1)

你没有拼写正确,案件很重要:localStorage