import re
cn="([\u4e00-\u9fa5]+)"
pattern_cn = re.compile(cn)
s = '謝謝'
s1 = '谢谢'
print(pattern_cn.findall(s1))
怎么判断是简体中文
这个方法不行,
天涯尽头无女友
相关分类