标签:iterable 学习 font class rabl blog join style strong
str.join(iterable)
该方法用来分隔字符串的。
例子
>>> b‘:‘.join((b‘leo‘,b‘999‘))
b‘leo:999‘
>>> ‘|‘.join(‘ok‘)
‘o|k‘
标签:iterable 学习 font class rabl blog join style strong
原文地址:http://www.cnblogs.com/leomei91/p/7676901.html