摘要: 1) file文件的拷贝和改名 // 复制文本域中的file文件并重命名 let myFile = new File([file], "新文件的名字"]); 2) bolb格式转base64格式 function blobToDataURL(blob, callback) { let reader 阅读全文
posted @ 2023-08-16 15:00 Math点PI 阅读(32) 评论(0) 推荐(0)