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.
我想阻止某人做-
localStorage[key]在控制台或类似的地方看看我在那里有什么。
localStorage[key]
这可能吗?
不,那是不可能的。
这样的特性是没有意义的,因为在你的代码中放置一个断点并在你从本地存储读取它之后查看值是很容易的。
您可以对放入存储中的值进行打乱,使其含义不明显,但由于使用它的代码是可见的,您只能使值更难看到,而不是不可能。