Python 基礎(chǔ)教程

Python 流程控制

Python 函數(shù)

Python 數(shù)據(jù)類型

Python 文件操作

Python 對象和類

Python 日期和時間

Python 高級知識

Python 參考手冊

Python 字符串 join() 使用方法及示例

Python 字符串方法

join()是一個字符串方法,它返回與iterable元素連接在一起的字符串。

join()方法提供了一種靈活的方式來連接字符串。它將可迭代的每個元素(如列表,字符串和元組)連接到字符串,并返回連接后的字符串。

join()的語法為:

string.join(iterable)

join()參數(shù)

join()方法采用一個可迭代的對象-能夠一次返回其成員的對象

可迭代的一些示例是:

join()返回值

join()方法返回一個與iterable元素串聯(lián)的字符串。

如果Iterable包含任何非字符串值,則將引發(fā)TypeError異常。

示例1:join()方法如何工作?

numList = ['1', '2', '3', '4']
seperator = ', '
print(seperator.join(numList))

numTuple = ('1', '2', '3', '4')
print(seperator.join(numTuple))

s1 = 'abc'
s2 = '123'

""" s2的每個字符都連接到s1的前面""" 
print('s1.join(s2):', s1.join(s2))

""" s1的每個字符都連接到s2的前面""" 
print('s2.join(s1):', s2.join(s1))

運行該程序時,輸出為:

1, 2, 3, 4
1, 2, 3, 4
s1.join(s2): 1abc2abc3
s2.join(s1): a123b123c

示例2:join()方法如何用于集合?

test =  {'2', '1', '3'}
s = ', '
print(s.join(test))

test = {'Python', 'Java', 'Ruby'}
s = '->->'
print(s.join(test))

運行該程序時,輸出為:

2, 3, 1
Python->->Ruby->->Java

注意:  集合是項目的無序集合,您可能會獲得不同的輸出。

示例3:join()方法如何用于字典?

test =  {'mat': 1, 'that': 2}
s = '->'
print(s.join(test))

test =  {1:'mat', 2:'that'}
s = ', '

# 這拋出了錯誤
print(s.join(test))

運行該程序時,輸出為:

mat->that
Traceback (most recent call last):
  File "...", line 9, in <module>
TypeError: sequence item 0: expected str instance, int found

join()方法嘗試將字典的鍵(而非值)連接到字符串。如果字符串的鍵不是字符串,則會引發(fā)TypeError異常。 

Python 字符串方法

丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清