摘要: public class Test { public void index() { String strWords = "Hello World My First Unit Test"; String[] words_Array = strWords.split(" "); Map<String,I 阅读全文
posted @ 2016-03-25 14:16 人鬼情味了 阅读(116) 评论(0) 推荐(0) 编辑
摘要: public class test { public static void main(String[] args) {// TODO Auto-generated method stubString str = "how are you";String strs[] = str.split(" " 阅读全文
posted @ 2016-03-25 14:16 人鬼情味了 阅读(235) 评论(0) 推荐(0) 编辑