db.collection('cheshi').add({
data: {
cheshi:4,
}
}).then((res) => {
console.log(res)
})

 

add   (db.collection.add)添加数据

 

相关文章:

  • 2021-11-21
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2021-11-21
  • 2021-12-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2021-09-25
  • 2021-11-08
  • 2022-12-23
相关资源
相似解决方案