String str="111 222 333";String[] strs=String.split("\\s+");//可以去掉String中的多个空格
split(" ");//只能分隔一个空格
posted on 2009-08-12 21:29 李峰 阅读(232) 评论(0) 编辑 收藏
Powered by: BlogJava Copyright © 李峰