01 2021 档案
摘要:react学习之js-xlsx导入和导出excel表格 前记:最近真的挺忙的,一件事接着一件,都忘了我的React项目,尽管这是一个没写概率没写离散的夜晚,我决定还是先做做我的React好了,进入正题 项目需求,需要导入和导出表单,发现前端已经强大到无所不能(可惜我有点懒,学的并不勤快)因此使用到j
阅读全文
摘要:React实现导出功能 1、React导出excel功能 <Button colors="primary" onClick={_this.export}> 导出 </Button> export=()=>{ let searchObj = {searchMap:{}}; let {searchMap
阅读全文
摘要:react项目兼容ie浏览器配置 使用create-react-app生成的项目 1.安装react-app-polyfill和core-js npm install react-app-polyfill core-js 2.在index.js中引入 import 'core-js/es' impo
阅读全文
浙公网安备 33010602011771号