您好,我目前正在学习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!"))
感谢您的帮助。