在看scott老師的node建站課程,我安裝的express框架不在綁定bodyParser中間件。請問這個問題該怎樣解決?有bodyParser模塊嗎,下載這個模塊是不是可以解決這個問題?為新版的express安裝bodyParser中間件?本人node小白,請大神幫幫啊
3 回答
已采納

BCS
TA貢獻8條經驗 獲得超0個贊
npm?install?body-parser app.js: var?bodyParser?=?require('body-parser'); app.use(bodyParser.urlencoded({?extended:?true?}))
- 3 回答
- 0 關注
- 1352 瀏覽
添加回答
舉報
0/150
提交
取消