返回列表 发帖
回复 6# ivor


    感觉应该把            repStr = re.compile(r'[^\u4e00-\u9fa5]')
放在循环外更好。
去学去写去用才有进步。安装python3代码存为xx.py 双击运行或右键用IDLE打开按F5运行

TOP

本帖最后由 WHY 于 2016-2-29 15:45 编辑
  1. PowerShell -c "(get-Content a.txt) -Split '[\p{P}]+' > b.txt"
复制代码

TOP

返回列表