StackOverflow 文件 Python Language 教程 搜尋 搜尋 Created: November-22, 2018 包含 n 元素的迭代的所有搜尋演算法都具有 O(n) 複雜性。只有像 bisect.bisect_left() 這樣的專業演算法才能更快,而且複雜度很高。 獲取字串的索引 str.index() str.rindex() 和 str.find() str.rfind()