Fork me on GitHub
摘要: 主要是去除掉换行符、空格、制表符以及无效的字符: import collections import re import unicodedata import six def clean_br(text): br_pattern = ('<br\s*?/?>') text = re.sub(br_p 阅读全文
posted @ 2021-04-21 17:01 西西嘛呦 阅读(262) 评论(0) 推荐(0)