... 傳送到後臺的資料 axios({ // 用axios傳送post請求 method: 'post', url: '/user/12345', // 請求地址 data: form, // 引數 responseType: 'blob' ...
確定! 回上一頁