Python Flask:将不同网站的URL作为变量

时间:2017-10-09 10:41:01

标签: python flask

您好,我目前正在学习Flask,并想知道如何将链接作为变量添加到另一个网站?我已经包含了下面的代码,基本上我想将facebook,li等链接作为变量。

@app.route('/social')
def social():
    return render_template('index.html', 
        **mainbody = ("Links to social things are here, facebook, linkedin etc email https://www.facebook.com/")**,
        number = number,
        bettotal = bettotal,
        winnings = "%0.2f" % winnings, 
        result = ("Place a bet!"))

感谢您的帮助。

0 个答案:

没有答案