StackOverflow 文件 Python Language 教程 字串方法 字串包含 字串包含 Created: November-22, 2018 Python 使得檢查字串是否包含給定子字串非常直觀。只需使用 in 運算子: >>> "foo" in "foo.baz.bar" True 注意:測試空字串將始終導致 True: >>> "" in "test" True 計運算元字串在字串中出現的次數將字串列表加入一個字串