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.
preventExtensions()方法阻止可扩展对象扩展,没有办法重做吗?或者没有将不可扩展对象转换为可扩展对象的方法或技巧。我想知道这是否可能。
preventExtensions()
不,您仍然可以修改原型,但不能修改对象本身。
来自 MDN @ https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/preventExtensions:
如果有办法将可扩展对象转换为不可扩展对象,那么在 ECMAScript 5 中没有办法做相反的事情