Python:统计文件中全部英文单词的数量

#!/usr/bin/env python # coding:UTF-8 """ @version: python3.x @author:曹新健 @contact: 617349013@qq.com @software: PyCharm @file: 统计文件中全部英文单词的数量.py @time: 2019/1/1 20:12 """ import re words = {} r = re
相关文章
相关标签/搜索