学习了:http://www.cnblogs.com/Berryxiong/p/6232373.html
代码拷贝如下:
String [] arr = str.split("\s+"); for(String ss : arr){ System.out.println(ss); }