【发布时间】:2023-03-08 16:43:01
【问题描述】:
这是我在 mongo 终端上运行查询后得到的数据 db.contacts.find();
[ { _id: 59097d937386cc3a4e7b766b,
name: 'Oreo',
email: 'oreo@gmail.com',
education: 'B.tech',
address: 'West Bengal',
mobile_no: '9120507612',
__v: 0 },
{ _id: 5909814236b6663d8575fc1f,
name: 'John',
email: 'john@gmail.com',
education: 'sports',
address: 'New Delhi',
mobile_no: '9234567788',
__v: 0 },
{ _id: 590982281eb9ab3dd5cf54b1,
name: 'Vicky',
email: 'vicky@gmail.com',
education: 'B.Tech',
address: 'Burgeon',
mobile_no: '123456789',
__v: 0 },
请推荐
【问题讨论】:
标签: node.js mongodb reactjs express mongoose