摘要: 2.x const MongoClient = require('mongodb').MongoClient; const url = 'mongodb://localhost:27017/test'; MongoClient.connect(url, function (err, db) { if 阅读全文
posted @ 2020-02-07 13:01 lishidefengchen 阅读(582) 评论(0) 推荐(0)