前端项目报错:Uncaught TypeError: ‘caller‘, ‘callee‘, and ‘arguments‘ properties may not be accessed on strict mod的解决方案之一。
// 使用如下方法进行深拷贝,但此方法有缺点,请自行查阅。
let obj2 = JSON.parse(JSON.stringify(obj1));
本文来自博客园,作者:RHCHIK,转载请注明原文链接:https://www.cnblogs.com/suihung/p/16587878.html