摘要: 1、字符串的处理 字符串的连接&拆分&匹配及常用操作 Joiner&Splitter 1 @Test 2 public void testJoiner() { 3 String[] strs = new String[]{"pan",null,"teng"}; 4 //由于字符串中含有null 因此 阅读全文
posted @ 2016-08-09 10:26 沙中世界 阅读(823) 评论(0) 推荐(0)