目錄
找到字元,返回字元串位置。沒有找到返回 -1
"aaa bbb ccc".find('aaa')
查找並替換字元串
a = 'hello word' a.replace('word','python')