摘要:
import re filename = "1.txt" filename_new = '3.txt' with open(filename,"r",encoding='utf-8') as f: data = f.read() data_re = re.sub('(威信|微鑫)','微信',dat 阅读全文
posted @ 2021-12-18 20:48
yxmichael
阅读(412)
评论(0)
推荐(0)
浙公网安备 33010602011771号