public class InfoCard {
private static Map<String, String> Countys = new HashMap<String, String>();
private static Map<String, String> Citys = new HashMap<String, String>();
private static Map<String, String> Provinces = new HashMap<String, String>();
public static void inited() throws DocumentException {
SAXReader reader = new