2007年8月17日
摘要: 在使用String.split方法分隔字符串时,分隔符如果用到一些特殊字符,可能会得不到我们预期的结果。我们看jdk doc中说明public String[] split(String regex) Splits this string around matches of the given regular expression. 参数regex是一个 regular-express... 阅读全文
posted @ 2007-08-17 14:49 kenty 阅读(711) 评论(0) 推荐(0)