const axios = require('axios') axios .post('https://whatever.com/todos', { todo: 'Buy the milk' }) .then(res => { console.log(`statusCode: ...
確定! 回上一頁