使用复习卡回顾
·
第 1 题,共 7 题
更新 MongoDB 记录
开始实验
1
选择最佳答案
哪个 MongoDB 集合方法只更新与筛选条件匹配的第一个文档?
A
findOne()
B
countDocuments()
C
updateOne()
D
updateMany()