Axios allows you to set custom headers to your ajax requests. ... axios.post(URL, data, config).then(res => { console.log(res); }); ...
確定! 回上一頁