11 2025 档案

摘要:def count_characters(file_path): with open(file_path, 'r', encoding='utf-8') as f: return len(f.read()) def count_words(file_path): with open(file_pat 阅读全文
posted @ 2025-11-03 19:58 朱晨阳8272 阅读(6) 评论(0) 推荐(0)