Skip to content
Snippets Groups Projects
Commit 0fd01c75 authored by gitea gitea's avatar gitea gitea
Browse files

快速提交:

parent 9c48e3ed
Branches
No related tags found
No related merge requests found
from flask import Flask, render_template, request
from flask_restful import Api
app = Flask(__name__)
api = Api(app)
menu = [
{"name": "首页", "url": "index.html"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment