>>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用法實例

系統 1981 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元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 兰考县| 田林县| 镇原县| 日土县| 兴和县| 大宁县| 长葛市| 建水县| 开原市| 棋牌| 定日县| 阳西县| 游戏| 水富县| 汝南县| 台东市| 石城县| 阿拉尔市| 镶黄旗| 光泽县| 德昌县| 交口县| 三亚市| 安多县| 额尔古纳市| 融水| 桦南县| 平泉县| 上高县| 长泰县| 华安县| 尚义县| 长阳| 平泉县| 得荣县| 北海市| 商丘市| 三明市| 泰兴市| 德钦县| 湖口县|