Python字符串內建函數

字符串內建函數 - find函數 #find函數(查找and是否在string_example字符串中) string_example = "hello world itheima and itheimaApp" index = string_example.find("and") print(index) #若未找到則返回-1 index1 = string_example.find("ans"
相關文章
相關標籤/搜索