mongoose.connect('mongodb://localhost/product') .then(() => console.log('connection succesful')) .catch((err) ...
確定! 回上一頁