10 2022 档案
摘要:from flask import Flask,render_template,request,send_file from werkzeug.utils import secure_filename #创建app app = Flask(__name__) #上传文件-网页端 html_code
阅读全文
摘要:#text文本输出from sanic import Sanic from sanic.response import text app = Sanic(name="App") @app.route("/hello") async def hello(request): return text("h
阅读全文

浙公网安备 33010602011771号