1
2
96
0
1.上传功能: 在Upload组件通过beforeUpload调用弹窗方法,注意要用Promise来实现阻止上传。
1.npm install react-ace -S 2.在组件中引用 import AceEditorfrom 'react-ace'; 3....