const frm = new FormData() frm.append('name', '이름') frm.append('key', '값') axios.post('https://domain/form-post-url', ...
確定! 回上一頁