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.
我可以使用本地存储对象来存储另一个本地存储对象吗?提前谢谢你
您可以将任何对象存储在 Web Storage 中,只要您可以对其进行字符串化。但是您的浏览器中只有一个 localStorage 实例,因此您不必询问是否可以这样做,因为您无法创建新实例。