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.
我在我的 React 应用程序中使用组件 ExcelJS。该组件在所有主要浏览器(Chrome、Firefox、Edge)中都能完美运行,但是在 Internet Explorer 中它会引发与 Javascript 方法 assign() 相关的异常:
对象不支持属性或方法“分配”
我知道这个问题与 ExcelJS 组件并不严格相关,但也许有人对此有任何解决方案?
您可以考虑在入口点(文件)的顶部添加
import 'core-js'
目前core-js polyfill 库是实现跨浏览器支持的最简单方法