Python replace() 方法把字符串中的 old(旧字符串) 替换成 new(新字符串),如果指定第三个参数max,则替换不超过 max 次。
语法:
str.replace(old, new[, max])
地址:Python replace()方法 | 菜鸟教程 (runoob.com)
原创文章,作者:kepupublish,如若转载,请注明出处:https://blog.ytso.com/244272.html
Python replace() 方法把字符串中的 old(旧字符串) 替换成 new(新字符串),如果指定第三个参数max,则替换不超过 max 次。
语法:
str.replace(old, new[, max])
地址:Python replace()方法 | 菜鸟教程 (runoob.com)
原创文章,作者:kepupublish,如若转载,请注明出处:https://blog.ytso.com/244272.html