In Python, you can replace strings using the replace() and translate() methods, or the regular expression functions, re.sub() and re.subn().
確定! 回上一頁