我想要一种有效的方法在Python中将一个字符串附加到另一个字符串.
var1 = "foo" var2 = "bar" var3 = var1 + var2
有没有什么好的内置方法可供使用?
python string append
append ×1
python ×1
string ×1