日期:2014-05-20 浏览次数:20790 次
String str = "11 22"; String[] result = str.split(" "); System.out.println(result[0]); System.out.println(result[1]);