摘要: package three; /*本程序目的是统计文件里的字符出现的频率。*/ import java.io.*; class word{ int num; String word; public word() { num=0; word=""; } } public class treat { public static void main(String args[]) ... 阅读全文
posted @ 2019-11-23 12:09 海南之风 阅读(451) 评论(0) 推荐(0)