摘要:
插入数据 result = collection.insert_one(students) result = collection.insert_many([students]) 查询数据 result = collection.find_one({'name': 'Mike'}) # 大于20 r 阅读全文
posted @ 2024-03-12 16:29
HelloJacker
阅读(9)
评论(0)
推荐(0)
浙公网安备 33010602011771号