摘要:
<a href="{{url_for('test')}}">我是测试</a> <button onclick="window.location.href='{{ url_for("test") }}'">点我啊</button> <button onclick="{{ url_for("test") 阅读全文
posted @ 2021-09-25 12:02
CrossPython
阅读(61)
评论(0)
推荐(0)
摘要:
rom flask import Flask,render_template app = Flask(__name__,template_folder='templates',static_folder='static',static_url_path='/static'·) @app.route( 阅读全文
posted @ 2021-09-25 08:49
CrossPython
阅读(36)
评论(0)
推荐(0)
浙公网安备 33010602011771号