插入数据 result = collection.insert_one(students) result = collection.insert_many([students]) 查询数据 result = collection.find_one({'name': 'Mike'}) # 大于20 r
posted on 2024-03-12 16:29  HelloJacker  阅读(1)  评论(0编辑  收藏  举报