为什么会没有访问权限
在submit后显示表单信息
@app.route('/result', methods=['POST,GET'])
改成下面:
@app.route('/result', methods=['POST','GET'])