Python 基礎(chǔ)教程

Python 流程控制

Python 函數(shù)

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

Python 文件操作

Python 對象和類

Python 日期和時間

Python 高級知識

Python 參考手冊

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

Python 字符串方法

index()方法返回字符串內(nèi)子字符串的索引值(如果找到)。如果未找到子字符串,則會引發(fā)異常。

字符串index()方法的語法為:

str.index(sub[, start[, end]] )

index()參數(shù)

index()方法采用三個參數(shù):

  • sub  -要在字符串str中搜索的子字符串。

  • startend(可選)-在str [start:end]中搜索子字符串

index()返回值

  • 如果字符串中存在子字符串,它將返回字符串中找到子字符串的最小索引。

  • 如果子字符串在字符串中不存在,則會引發(fā)ValueError異常。

index()方法類似于string的find()方法。

唯一的區(qū)別是,find()如果未找到子字符串,則方法返回-1,而index()引發(fā)異常。

示例1:僅帶有子字符串參數(shù)的index()

sentence = 'Python programming is fun.'

result = sentence.index('is fun')
print("子字符串 'is fun':", result)

result = sentence.index('Java')
print("子字符串 'Java':", result)

運行該程序時,輸出為:

子字符串 'is fun': 19

Traceback (most recent call last):
  File "...", line 6, inresult = sentence.index('Java')
ValueError: substring not found

注意: Python中的索引從0開始,而不是1。

示例2:帶有開始和結(jié)束參數(shù)的index()

sentence = 'Python programming is fun.'

# 搜索子字符串 'gramming is fun.'
print(sentence.index('ing', 10))

# 搜索子字符串 'gramming is '
print(sentence.index('g is', 10, -4))

# 搜索子字符串 'programming'
print(sentence.index('fun', 7, 18))

運行該程序時,輸出為:

15
17

Traceback (most recent call last):
  File "...", line 10, inprint(quote.index('fun', 7, 18))
ValueError: substring not found

Python 字符串方法

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