例如。我在控制台(chrome)的facebook上写了这个:
var txt = "some text";
localStorage.setItem("storage",txt);
然后我在Twitter的控制台上写下这个:
var text = localStorage.getItem("storage");
alert(text);
为什么它给我null?
答案 0 :(得分:4)
因为LocalStorage
上下文是每个域。
您无法在一个域中保存项目,即http://foo.com,然后转到另一个域http://bar.com并在那里访问它。
如果setItem()
getItem()
http://foo.com,则http://foo.com内只能ipAddrRegex.Matches(line).Cast<Match>()
。
Web Storage API的存储界面提供对特定域的会话存储或本地存储的访问