摘要: const mongoose = require('mongoose') mongoose.connect("mongodb://localhost:27017/study", {useNewUrlParser:true}, function(err){ if(err){ console.log(' 阅读全文
posted @ 2018-07-25 08:49 jackliy 阅读(15094) 评论(3) 推荐(1)