Fork me on github
摘要: python 运行此文件,跳转到index.html from flask import Flask,render_template,request,jsonify,json,url_for,redirect app = Flask(__name__) @app.route('/', methods 阅读全文
posted @ 2024-10-23 16:54 我の前端日记 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1.连接 import pymongo myclient = pymongo.MongoClient("mongodb://localhost:27017/") print(myclient.list_database_names()) 2.查询 查询全部 for row in myAuthors. 阅读全文
posted @ 2024-10-23 16:42 我の前端日记 阅读(3) 评论(0) 推荐(0) 编辑
Copyright © 2021 LinCangHai
Powered by .NET 5.0 on Kubernetes