摘要: String test = "@@@@"; String[] arrayTest = test.split("\\@"); System.out.println(arrayTest.length);输出为0,split为忽略空值,如果要想取得正确的值,需要: String test = "@... 阅读全文
posted @ 2015-10-28 08:55 HarkLee 阅读(5876) 评论(0) 推荐(0) 编辑