StackOverflow 文档 Python Language 教程 搜索 搜索 Created: November-22, 2018 包含 n 元素的迭代的所有搜索算法都具有 O(n) 复杂性。只有像 bisect.bisect_left() 这样的专业算法才能更快,而且复杂度很高。 获取字符串的索引 str.index() str.rindex() 和 str.find() str.rfind()