Uncaught TypeError: 'caller', 'callee', 'arguments' properties may not be accessed on strict mode

控制檯報錯: Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode 這是js 文件中用到了 ‘caller’, ‘callee’, and ‘arguments’ 東西,但是, webpack 打包好的 bundle.js 中,默認是啓用嚴格模式的,
相關文章
相關標籤/搜索