摘要: 阅读全文
posted @ 2022-04-07 22:52 Action_swt 阅读(12) 评论(0) 推荐(0) 编辑
摘要: const beforeUpload = file => { var reader = new FileReader(); reader.readAsDataURL(file); //转化二进制流,异步方法 reader.onload = function(){ //完成后this.result为二 阅读全文
posted @ 2022-04-07 16:34 Action_swt 阅读(3235) 评论(0) 推荐(0) 编辑