var params = new FormData(); var fileSelectDom = $('[name=\`file\`]')[0]; params.append('file', fileSelectDom.files[0]); axios.post(url, ...
確定! 回上一頁