weixin_39564527的博客我试图通过Ajax接收Post quest(JSON文件)后呈现模板,但是它不起作用,除了我进入页面http://localhost:5000/distance_comuting时,它可以显示数据结果['lat'] * data ['lng']这是我的代码@main.route('/distance_...
Setor的博客0) Do not use uppercase for ... Uppercase is always for constants.1) Use routes with "/" at the end to avoid additional redirects which flask does:@app.route('/user_input/', methods = ['POST'])2) Us...