本答案对应课程为:点我自动跳转查看
本课程起止时间为:2022-09-12到2023-01-13
项目1 爬取外汇网站数据 测验1
1、 问题:import flaskapp=flask.Flask("web")@app.route("/",_____)def index(): #…… return "hello"app.run()程序要求能接收POST数据,缺失的语句是
选项:
A:methods=["GET"]
B:methods=["POST"]
C:method=["GET"]
D:method=["POST"]
答案: 【methods=["POST"]】 点我阅读全文