axios.post('/api/fuga', { 'hoge': hoge }) .then(response => console.log(response)) .catch(err => console.log(err));.
確定! 回上一頁