connect ('mongodb://localhost:27017/test', {useNewUrlParser: true, useUnifiedTopology: true}); 4. var db = mongoose.connection; 5. 6. db ...
確定! 回上一頁