Python 字符串对象的**replace()** 方法把字符串中的old ( 旧字符串) 替换成new ( 新字符串) 如果指定第三个参数max,则替换不超过max 次## 语法```python ...
確定! 回上一頁