append 方法的 key 为表单中的 name 属性,即后端需要接收的参数名. async handleUploadFile(event) { const file = event.target.files[0] let formData ...
確定! 回上一頁