摘要: 分片: // 获取文件对象 const inputFile = document.querySelector('input[type="file"]'); // 设置分片大小:5MB const CHUNK_SIZE = 5 * 1024 * 1024; // 文件上传事件 inputFile.on 阅读全文
posted @ 2025-09-18 17:53 小周同学~ 阅读(9) 评论(0) 推荐(0)