时间:2021-07-01 10:21:17 帮助过:26人阅读
方法1:直接通过加号操作符相加
代码如下:
foobar = 'foo' + 'bar'
list_of_strings = ['abc', 'def', 'ghi'] foobar = ''.join(list_of_strings)
foobar = '%s, %s' % ('abc', 'def')
希望本文所述对大家的python程序设计有所帮助。
< 上一篇
python获取元素在数组中索引号的方法
下一篇 >
Python自动登录126邮箱的方法
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册