字符串操作

  1.字符串常用操作方法 1.str.find('xx',startIndex,endIndex) 沒找到,返回-1 str.rfind() 2.str.index('xxx') 沒找到,拋出異常 str.rindex() 3.str.count('xxx') 計算出現幾次。 4.str.replace('xx','XX')  將替換後的字符串返回 5.str.split(' ')   -->[
相關文章
相關標籤/搜索