axios .post('https://whatever.com/todos', {. todo: 'Buy the milk'. }) .then(res => { ... console.error(error). }) Axios ... const data = JSON.stringify({.
確定! 回上一頁