最贊回答 / merlynee
var bodyParser = require('body-parser')app.use(bodyParser.urlencoded({extended:true}))
2015-11-29
最贊回答 / evilMuta
app.use(express.static(path.join(__dirname,'bower_components')));你看是不是少了這句
2015-07-29
已采納回答 / 慕娘6123248
mongoose和mongo不是一個概念,你需要安裝mongoDB,這個是數據庫,可參考官網?windows環境:http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/,或者:http://database.51cto.com/art/201106/272526.htm
2015-05-03
最贊回答 / Stephanie3790817
<...圖片...>?最后一句:返回的對象是一個鍵值對,當extended為false的時候,鍵值對中的值就為'String'或'Array'形式,為true的時候,則可為任何數據類型。
2015-04-28