Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如我读过很多地方,cookie 大小限制是 4KB。这不适合我。现在我想创建多个 cookie。我想知道 4KB 限制是否适用于它们中的每一个,例如我可以制作每个 4KB 的 4 个 cookie,或者它适用于所有这些 cookie。
使用LocalStorage。您可以跨所有支持 HTML5 的浏览器可靠地存储和检索每个域大约 2.5 兆字节的信息。