>>li=['my','name','is','bob']>>>''.join(li)'mynameisbob'>>>s='_'.join(li)>>>s'my_name_is_bob'>>>s.split('_')['my','name','is','bob']其join和split的英文版解釋如下:join(...)S.join(sequen" />

日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

Python中join和split用法實例

系統 2076 0

join用來連接字符串,split恰好相反,拆分字符串的。
不用多解釋,看完代碼,其意自現了。

復制代碼 代碼如下:

>>>li = ['my','name','is','bob']
>>>' '.join(li)
'my name is bob'
>>>s = '_'.join(li)
>>>s
'my_name_is_bob'
>>>s.split('_')
['my', 'name', 'is', 'bob']

其join和split的英文版解釋如下:

join(...)
S.join(sequence) -> string

Return a string which is the concatenation of the strings in the
sequence.? The separator between elements is S.

split(...)
S.split([sep [,maxsplit]]) -> list of strings

Return a list of the words in the string S, using sep as the
delimiter string.? If maxsplit is given, at most maxsplit
splits are done. If sep is not specified or is None, any
whitespace string is a separator and empty strings are removed
from the result.


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦?。。?/p>

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 丽江市| 革吉县| 洛南县| 宜川县| 乌什县| 鄂伦春自治旗| 香河县| 大悟县| 嘉兴市| 汉中市| 息烽县| 乡宁县| 鄂伦春自治旗| 惠安县| 十堰市| 阿城市| 泗洪县| 祁连县| 招远市| 漠河县| 阿克陶县| 休宁县| 章丘市| 上杭县| 北票市| 平塘县| 嘉荫县| 康马县| 昌都县| 同心县| 乐山市| 安远县| 龙岩市| 晋州市| 义马市| 怀远县| 京山县| 无极县| 东乌珠穆沁旗| 临泽县| 宁南县|