摘要:
1 text是xxxx年xx月xx日 re.sub('年月','-',text[:-1]). 2 阅读全文
摘要:
https://blog.csdn.net/qq_29719097/article/details/80650742 当连接异常时,用try expect, 使用retry获取异常后重复操作 阅读全文
摘要:
1分隔一个用 str.split() 分隔多个字符串 re.split(',|;|:',str) 2替换一个 str.replace() 替换多个 re.sub(r"[‘’“”ˇ\n\s,。]*", "", text) 阅读全文