我使用POST方法提交表单.表单有一个输入字段:time.
time
我试着检查是否存在参数:
if 'time' in request.data: pass
但它不起作用
python flask python-2.7
flask ×1
python ×1
python-2.7 ×1