摘要: package cn.lin.demo; import java.util.Scanner; public class Test2 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generat 阅读全文
posted @ 2016-03-27 21:08 小小小懶貓 阅读(106) 评论(1) 推荐(0) 编辑
摘要: package cn.lin.mju; public class Action { public void findWord(String str){//划分单词 String[] arrayWord =str.split(" "); Action a = new Action(); a.frequ 阅读全文
posted @ 2016-03-27 21:06 小小小懶貓 阅读(120) 评论(1) 推荐(0) 编辑