学进去-教育应平等而普惠
试题
类型:选择题
难度系数:0.65
所属科目:高中信息技术
某服务器端的Python程序段如下:
from   flask   import Flask,request
app=Flask( name )
@app.route("/input")
def index():
       return   "Hello World!"
@app.route("/hello")
def hello():
        text=request.args.get("st")
        return   text+"World"
app.run( )
执行该程序段后,访问页面地址“http://127.0.0.1:5000/hello?st=Happy”,网页显示结果是(     
A.Hello World!B.HelloWorldC.Happy   World!D.Happy World
编辑解析赚收入
收藏
|
有奖纠错

同类型试题

优质答疑

y = sin x, x∈R, y∈[–1,1],周期为2π,函数图像以 x = (π/2) + kπ 为对称轴
y = arcsin x, x∈[–1,1], y∈[–π/2,π/2]
sin x = 0 ←→ arcsin x = 0
sin x = 1/2 ←→ arcsin x = π/6
sin x = √2/2 ←→ arcsin x = π/4
sin x = 1 ←→ arcsin x = π/2

用户名称
2019-09-19

y = sin x, x∈R, y∈[–1,1],周期为2π,函数图像以 x = (π/2) + kπ 为对称轴
y = arcsin x, x∈[–1,1], y∈[–π/2,π/2]
sin x = 0 ←→ arcsin x = 0
sin x = 1/2 ←→ arcsin x = π/6
sin x = √2/2 ←→ arcsin x = π/4
sin x = 1 ←→ arcsin x = π/2

用户名称
2019-09-19
我要答疑
编写解析
解析:

奖学金将在审核通过后自动发放到帐

提交
我要答疑
我要答疑:
提交