标签:close 替换 one img 字符串 lex class div 字符串替换
msg = ‘hello alex‘ # 定义变量 msg1 = msg.replace(‘alex‘,‘SB‘) # 将alex字符串替换成SB print(type(msg1),msg1)
输出结果:
<class ‘str‘> hello SB
标签:close 替换 one img 字符串 lex class div 字符串替换
原文地址:http://www.cnblogs.com/yujiemeigui/p/7077303.html