将布尔值存储在 javascript 的 localStorage 中?
可能的重复:
无法在 LocalStorage 中设置布尔值?
所以我一直在尝试获取 localStorage .测试永久存储布尔值...
http://jsfiddle.net/abhi/aVmyt/
它总是最终存储为字符串。
通过更改 if 语句中使用的条件来尝试在小提琴中创建的各种 localStorage 变量,并让我知道您是否设法存储布尔值...
Possible Duplicate:
Cannot set boolean values in LocalStorage?
So i've been trying to get localStorage.test to store a boolean forever...
http://jsfiddle.net/abhi/aVmyt/
And it always ends up storing as a string.
Play around with the various localStorage variables created in the fiddle by changing the condition used in the if statement, and do lemme know if you manage to store a boolean...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
W3C 存储接口 指定值(和键)是字符串:
The W3C Storage interface specifies that values (and keys) are strings: