기본값으로는 .json()과 .urlencoded()가 100kb 까지만 파싱할 수 있도록 설정되어 있다. app.use(express.json({ limit : "50mb" })) ...
確定! 回上一頁