If your requests use url-encoded body, then you will need to use this code: app.use(express.urlencoded({ limit: '200kb' });.
確定! 回上一頁