app.use(express.json({extended: false})); //This is the line that you want to add. 6. . 7. app.post('/postroute', (req, res) => {. 8. console.log('body :' ...
確定! 回上一頁