与split调用的对象不同,它不是list的方法而是字符串的方法。
s = ';'
li = ['apple', 'pear', 'orange']
fruit = s.join(li)
print fruit
本文标题:连接列表的方法join
本文链接:https://www.haomeiwen.com/subject/xqzxdxtx.html
网友评论