摘要: // file 是取到的文件流 function uploadImage(file) { let formData = new FormData(); formData.append("file", file); formData.append("otherParams", "otherParams 阅读全文
posted @ 2021-03-15 21:28 柯宝宝智商感人 阅读(587) 评论(0) 推荐(0) 编辑