簡體   English   中英

在IE8中替代使用localtorage

[英]Alternative to use localtorage in IE8

使用localstorage時,我的JSP頁面上出現以下錯誤

本地存儲未定義

以下是示例JSP代碼

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

您拼寫錯誤,情況很重要: localStorage

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM