摘要: 实验4:NoSQL和关系数据库的操作比较 MongoDB数据库操作 Student文档如下: { “name”: “zhangsan”, “score”: { “English”: 69, “Math”: 86, “Computer”: 77 } } { “name”: “lisi”, “score 阅读全文
posted @ 2021-10-24 16:14 韩佳龙 阅读(144) 评论(0) 推荐(0)