@app.route('/') def v_index(): return redirect('/reg') @app.route('/reg') def v_reg(): return '....' 如何根据cookie来判断仅第一次访问/ 跳转到/reg呢 查看完整描述