程序员文章、书籍推荐和程序员创业信息与资源分享平台
首页
留言本
网站首页
>
技术文章
正文
Python统计文本数量
hfteth
2025-03-11 16:21:48
技术文章
20 ℃
import re def count_texts(file_content): # 移除注释 file_content = re.sub(r'-.*