成员操作符 in 1 str = "string test string test" 2 find1 = "str" 3 find2 = "test" 4 print(find1 in str) # True 5 print(fi.
確定! 回上一頁