皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
服务器程序接受客户端上传的文件名称fileName,然后获取文件数据保存import flaskapp=flask.Flask(__name__)@app.route("/upload",methods=["POST"])def uploadFile():    msg=""    try:        if "fileName" in flask.request.values:            fileName = flask.request.values.get("fileName")            __________________________________            fobj=open("upload "+fileName,"wb")            fobj.write(data)            fobj.close()            msg="OK"        else:            msg="没有按要求上传文件"    except Exception as err:        print(err)        msg=str(err)    return msgif __name__=="__main__":    app.run()
A.
data=flask.request.read()
B.
data=flask.request.get_data()
C.
data=flask.request.values.read()
D.
data=flask.request.values.get_data()
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【判断题】Most foreigners are expected to use chopsticks proficiently.
A.
正确
B.
错误
【单选题】Most foreigners ________ living the Parisian life.
A.
dream
B.
dream that
C.
dream of
D.
dream about
【单选题】Most foreigners prefer to take a ________Tour in Wudang.
A.
skiing
B.
Taiji
C.
cable car
D.
cultural
【单选题】Most foreigners dream of living the Parisian life and_____ the local crowd.
A.
encompassing
B.
living with
C.
comprehending
D.
blending into
【多选题】Most foreigners come to visit China because of its ________.
A.
long history
B.
ancient culture
C.
gorgeous arts
D.
excellent tradition
【判断题】For most foreigners, their first impression about China is the food, they speak highly of Chinese cuisine.
A.
正确
B.
错误
【判断题】土地所有权发生争议,如不能依法证明争议的土地属于农民集体所有的,则属于国家所有。()
A.
正确
B.
错误
【单选题】Most foreigners feel uncomfortable when ____ in the street.
A.
stared at
B.
dressed up
C.
put away
D.
watched out
【单选题】土地所有权有争议,不能依法证明争议土地属于农民集体所有的,属于( )所有。
A.
省、自治区集体所有
B.
国家
C.
城市全民所有制单位
D.
城市集体所有制单位
【简答题】土地所有权有争议,不能依法证明争议土地属于农民集体所有的,属于( )所有。
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题