connect( dbRoute, { useNewUrlParser: true } ); let db = mongoose.connection; db.once("open", () => console.log("connected to the ...
確定! 回上一頁