How to “deep freeze” object like in JavaScript?

前端 未结 0 1853
遇见更好的自我
遇见更好的自我 2021-01-27 19:20

As we know, in JavaScript, we can freeze an object in runtime such that it will be immutable, furthermore, we can recursively freeze its mutable members such that it can no long

相关标签:
回答
  • 消灭零回复
提交回复
热议问题