摘要: find_crlf_files.py 使用方式:python3 find_crlf_files.py mydir/ import os import sys def find_crlf_files(folder): """查找文件夹中所有使用CRLF换行符的文件""" count = 0 for r 阅读全文
posted @ 2026-02-05 16:01 wanghongwei-dev 阅读(2) 评论(0) 推荐(0)