摘要: 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 小小小懶貓 阅读(108) 评论(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 小小小懶貓 阅读(134) 评论(1) 推荐(0)