sh_17_字符串的查找和替換

  sh_17_字符串的查找和替換html hello_str = "hello world" # 1. 判斷是否以指定字符串開始 print(hello_str.startswith("Hello")) # 2. 判斷是否以指定字符串結束 print(hello_str.endswith("world")) # 3. 查找指定字符串 # index一樣能夠查找指定的字符串在大字符串中的索引
相關文章
相關標籤/搜索