react+antd自定义上传文件,自定义控制上传文件个数-upload

import React from 'react'; import { Upload, } from 'antd'; class upload extends React.Component { constructor(props) { super(props) this.state = { fileList:[],
相关文章
相关标签/搜索