下面的代碼給我SCRIPT5009: 'Storage' is undefined
在IE9。它適用於Chrome,Safari,Firefox。
Storage.prototype.setObject = function(key, value) {
this.setItem(key, JSON.stringify(value));
}
UDPATE我從Apache服務器服務的頁面,所以下面不適用不從本地文件系統訪問它:
localStorage object is undefined in IE
local storage in IE9 fails when the website is accessed directly from the file system
更新2發現問題,看我的答案。
http://caniuse.com/ –
你在頁面上有DOCTYPE嗎?頁面是否以「兼容模式」運行? –
我沒有指定DOCTYPE。它運行「怪癖」模式 –