python 中的strip()可以去除头尾指定字符结果:可以看到只能删除头尾指定字符。想要去除中间字符,可以使用replace()函数结果:note:1. strip(str)基本 ...
確定! 回上一頁