StringBuffer str = new StringBuffer();

for (Map.Entry<Character, ArrayList<String[]>> ent : SMSSDK
      .getGroupedCountryList().entrySet()) {
  ArrayList<String[]> cl = ent.getValue();
  for (String[] paire : cl) {
    str.append("国家("+paire[0]+")----("+"区号"+paire[1]+")\n");

     Log.e("TAG","国家("+paire[0]+")---("+"区号:"+paire[1]+")\n");
  }
}

http://dashboard.mob.com

05-06 05:16