优化格式

This commit is contained in:
罗祥
2019-12-18 17:06:10 +08:00
parent 4255e77bcc
commit 1511e663a9
11 changed files with 517 additions and 517 deletions

View File

@@ -105,11 +105,11 @@ db.user.insertMany([
# 此时会返回新插入的数据的ObjectId
{
"acknowledged" : true,
"insertedIds" : [
ObjectId("5d3d0489ad38cd3becc7b03b"),
ObjectId("5d3d0489ad38cd3becc7b03c")
]
"acknowledged" : true,
"insertedIds" : [
ObjectId("5d3d0489ad38cd3becc7b03b"),
ObjectId("5d3d0489ad38cd3becc7b03c")
]
}
```