摘要: import java.util.HashMap;import java.util.Map; public class Test { public void index() { String strWords = "Hello World My First Unit Test"; String[] 阅读全文
posted @ 2016-03-25 14:36 云s 阅读(176) 评论(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:32 云s 阅读(354) 评论(0) 推荐(0) 编辑