python去除字符串中指定字符 python 去除 字符串的幾種方法 !!! 你知道幾種? 可以用來去除字符的函數有: strip(), replace(), re.sub(), strip() 去除首尾指定字符,不傳 ...