摘要: # repalce(old,new,[max])# # 说明:# replace() 方法把字符串中的 old(旧字符串) 替换成 new(新字符串),# 如果指定第三个参数max,则替换不超过 max 次。# # 语法:# str.replace(old, new[, max])# # 参数:# 阅读全文
posted @ 2021-05-14 15:10 ShadowFolk 阅读(115) 评论(0) 推荐(0)