how to view pdf files in web browser using flask?

前端 未结 0 446
别那么骄傲
别那么骄傲 2020-12-13 02:10

FLASK CODE:

from flask import Flask,render_template
app = Flask(__name__)

@app.route(\'/\')
def index():
    return render_template("index.html")

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题