标签:class 替换 字符串替换 print div replace str style str1
str1=input() str2=input() a=input() b=a.replace(str1,str2) print(b)
字符串替换
原文地址:https://www.cnblogs.com/xxt77/p/12701618.html