将布尔值存储在 javascript 的 localStorage 中?

发布于 2024-11-29 17:08:03 字数 446 浏览 1 评论 0原文

可能的重复:
无法在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦毁影碎の 2024-12-06 17:08:03

W3C 存储接口 指定值(和键)是字符串:

每个存储对象都提供对键/值对列表的访问,
有时称为项目。键是字符串。任意字符串
(包括空字符串)是有效的键。价值观是相似的
字符串

The W3C Storage interface specifies that values (and keys) are strings:

Each Storage object provides access to a list of key/value pairs,
which are sometimes called items. Keys are strings. Any string
(including the empty string) is a valid key. Values are similarly
strings

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文