const connection = "mongodb://localhost:27017"; mongoose.connect(connection, { useNewUrlParser: true }); const db = mongoose.connection;
確定! 回上一頁