python中字符串的拼接
1、+ 号
2、format()
3、f"{username}登录成功"
4、%s
5、列表中的 join
6、逗号
http://www.cnblogs.com/gengcx/p/6710914.html
https://www.cnblogs.com/jamsent/p/7183905.html
1、+ 号
2、format()
3、f"{username}登录成功"
4、%s
5、列表中的 join
6、逗号
http://www.cnblogs.com/gengcx/p/6710914.html
https://www.cnblogs.com/jamsent/p/7183905.html