app.js var mongoose = require('mongoose'); mongoose.connect('mongodb://localhost/blog') //连接本地数据库blog var db = mongoose.connection; ...
確定! 回上一頁