位置: IT常识 - 正文
推荐整理分享python中删除文档的方法(python中如何删除文件),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:python删除文档中的某些内容,python删除文档中一部分,python删除文件方法,python删除文档中的某些内容,python删除文件部分内容,python删除文档中的某些内容,python删除文档中一部分,python删除文档中一部分,内容如对您有帮助,希望把文章链接给更多的朋友!
103
1、delete_one()方法删除文档。delete_one()需要一个查询对象参数。它只删除了第一次出现。
2、在删除大量文档时,使用delete_many方法,需要查询对象。
如果我们向delete_many({)传e_many({),它将删除集合中的所有文档。
实例
#让我们从Flask导入FlaskimportFlask,render_templateimportos#导入操作系统模块importpymongoMONGODB_URI='mongodb+srv://asabeneh:your_password_goes_here@30daysofpython-twxkr.mongodb.net/test?retryWrites=true&w=majority'client=pymongo.MongoClient(MONGODB_URI)db=client['thirty_days_of_python']#accessingthedatabasequery={'name':'John'db.students.delete_one(query)forstudentindb.students.find():print(student)#letschecktheresultiftheageismodifiedforstudentindb.students.find():print(student)app=Flask(__name__)if__name__=='__main__':#fordeploymentweusetheenviron#tomakeitworkforbothproductionanddevelopmentport=int(os.environ.get("PORT",5000))app.run(debug=True,host='0.0.0.0',port=port)以上就是python中删除文档的方法,希望对大家有所帮助。更多Python学习指路:Python基础教程
下一篇:{dede:channel type='son'}无栏目调用同级栏目
友情链接: 武汉网站建设