React 兼容ie11 需要的插件npm install react-app-polyfill 然后在src下的index.tsx入口文件中最前面引入react-app-polyfill import "react-app-polyfill/ie11"; ...
確定! 回上一頁