python代码
批量去除文本标题字符,python代码!
批量去除文本标题字符没去除之前。去除之后:import os
import re
# 正则表达式:只保留中文字符
pattern = r"[^\u4e00-\u9fa5]
39108
0
阅读全文