在IE8中使用本地存储的替代方案

Alternative to use localtorage in IE8

本文关键字:存储 方案 IE8      更新时间:2023-09-26

当我使用本地存储时,我的JSP页面上出现以下错误

本地存储未定义

以下是示例JSP代码

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

您没有拼写正确,大小写很重要:localStorage