2008年8月14日 - 在java.lang包中也有String.split()方法,与.net的类似,都是返回是一个字符型数组,但使用过程中还有一些小技巧。 如执行:"2|33|4".split("|"). 出来的 ...
www.cnblogs.com