在react使用antd的Upload组件,打算读取上传文件内容,在beforeUpload钩子挂上. const reader = new FileReader(); reader.readAsText(file) ...
確定! 回上一頁