package test;

import java.util.List;
import java.util.ArrayList;
import java.util.Scanner;

public class test1 {

public static void main(String[] args) {
Map<String,Integer>map = new HashMap<String,Integer>();
String line ="a b cc c d";
Scanner sc =new Scanner(line);
while (sc.hasNext()){
}
}
}

posted on 2017-04-12 09:31  Einsten  阅读(157)  评论(0)    收藏  举报