权威正确的国家列表从哪里找

在用户填写信息的界面中,经常需要让用户填写选择自己的国家,虽然这个列表在搜索引擎中一搜随便就能找到非常多的结果,那么如何寻找一份权威正确的国家列表呢。

一份权威准确的国家列表其实是有标准的,这个标准就是ISO-3166,其中还包括了各个国家的字母和数字编码(字母编码包括两个字母的ALPHA-2-CODE,三个字母的ALPHA-3-CODE,数字编码即NUMERIC-CODE)。这些编码可以通过ISO组织官方提供的一个界面来查询,即 https://www.iso.org/obp/ui/#search/code/ 。不过再ISO官方提供的列表中并不包括中文的翻译,带有中文翻译的这个列表,可以从中华人民共和国人力资源和社会保障部的网站下载,这份列表根据ISO-3166标准增加了国家的中文简称,下载地址是 http://www.mohrss.gov.cn/SYrlzyhshbzb/zhuanti/jinbaogongcheng/Jbgcbiaozhunguifan/201112/t20111206_47429.html

另外,我们专门把这份代列表处理成了json格式,拿走不谢 ^_^bbb

[
  {"short_name_cn": "阿富汗", "short_name_en": "Afghanistan", "full_name_en": "the Islamic Republic of Afghanistan", "alpha_2_code": "AF", "alpha_3_code": "AFG", "numeric_code": "004"},
  {"short_name_cn": "奥兰群岛", "short_name_en": "Aland Islands", "full_name_en": "", "alpha_2_code": "AX", "alpha_3_code": "ALA", "numeric_code": "248"},
  {"short_name_cn": "阿尔巴尼亚", "short_name_en": "Albania", "full_name_en": "the Republic of Albania", "alpha_2_code": "AL", "alpha_3_code": "ALB", "numeric_code": "008"},
  {"short_name_cn": "阿尔及利亚", "short_name_en": "Algeria", "full_name_en": "the People's Democratic Republic of Algeria", "alpha_2_code": "DZ", "alpha_3_code": "DZA", "numeric_code": "012"},
  {"short_name_cn": "美属萨摩亚", "short_name_en": "American Samoa", "full_name_en": "", "alpha_2_code": "AS", "alpha_3_code": "ASM", "numeric_code": "016"},
  {"short_name_cn": "安道尔", "short_name_en": "Andorra", "full_name_en": "the Principality of Andorra", "alpha_2_code": "AD", "alpha_3_code": "AND", "numeric_code": "020"},
  {"short_name_cn": "安哥拉", "short_name_en": "Angola", "full_name_en": "the Republic of Angola", "alpha_2_code": "AO", "alpha_3_code": "AGO", "numeric_code": "024"},
  {"short_name_cn": "安圭拉", "short_name_en": "Anguilla", "full_name_en": "", "alpha_2_code": "AI", "alpha_3_code": "AIA", "numeric_code": "660"},
  {"short_name_cn": "南极洲", "short_name_en": "Antarctica", "full_name_en": "", "alpha_2_code": "AQ", "alpha_3_code": "ATA", "numeric_code": "010"},
  {"short_name_cn": "安提瓜和巴布达", "short_name_en": "Antigua and Barbuda", "full_name_en": "", "alpha_2_code": "AG", "alpha_3_code": "ATG", "numeric_code": "028"},
  {"short_name_cn": "阿根廷", "short_name_en": "Argentina", "full_name_en": "the Argentine Republic", "alpha_2_code": "AR", "alpha_3_code": "ARG", "numeric_code": "032"},
  {"short_name_cn": "亚美尼亚", "short_name_en": "Armenia", "full_name_en": "the Republic of Armenia", "alpha_2_code": "AM", "alpha_3_code": "ARM", "numeric_code": "051"},
  {"short_name_cn": "阿鲁巴", "short_name_en": "Aruba", "full_name_en": "", "alpha_2_code": "AW", "alpha_3_code": "ABW", "numeric_code": "533"},
  {"short_name_cn": "澳大利亚", "short_name_en": "Australia", "full_name_en": "", "alpha_2_code": "AU", "alpha_3_code": "AUS", "numeric_code": "036"},
  {"short_name_cn": "奥地利", "short_name_en": "Austria", "full_name_en": "the Republic of Austria", "alpha_2_code": "AT", "alpha_3_code": "AUT", "numeric_code": "040"},
  {"short_name_cn": "阿塞拜疆", "short_name_en": "Azerbaijan", "full_name_en": "the Republic of Azerbaijan", "alpha_2_code": "AZ", "alpha_3_code": "AZE", "numeric_code": "031"},
  {"short_name_cn": "巴哈马", "short_name_en": "Bahamas (The)", "full_name_en": "the Commonwealth of The Bahamas", "alpha_2_code": "BS", "alpha_3_code": "BHS", "numeric_code": "044"},
  {"short_name_cn": "巴林", "short_name_en": "Bahrain", "full_name_en": "the Kingdom of Bahrain", "alpha_2_code": "BH", "alpha_3_code": "BHR", "numeric_code": "048"},
  {"short_name_cn": "孟加拉国", "short_name_en": "Bangladesh", "full_name_en": "the People's Republic of Bangladesh", "alpha_2_code": "BD", "alpha_3_code": "BGD", "numeric_code": "050"},
  {"short_name_cn": "巴巴多斯", "short_name_en": "Barbados", "full_name_en": "", "alpha_2_code": "BB", "alpha_3_code": "BRB", "numeric_code": "052"},
  {"short_name_cn": "白俄罗斯", "short_name_en": "Belarus", "full_name_en": "the Republic of Belarus", "alpha_2_code": "BY", "alpha_3_code": "BLR", "numeric_code": "112"},
  {"short_name_cn": "比利时", "short_name_en": "Belgium", "full_name_en": "the Kingdom of Belgium", "alpha_2_code": "BE", "alpha_3_code": "BEL", "numeric_code": "056"},
  {"short_name_cn": "伯利兹", "short_name_en": "Belize", "full_name_en": "", "alpha_2_code": "BZ", "alpha_3_code": "BLZ", "numeric_code": "084"},
  {"short_name_cn": "贝宁", "short_name_en": "Benin", "full_name_en": "the Republic of Benin", "alpha_2_code": "BJ", "alpha_3_code": "BEN", "numeric_code": "204"},
  {"short_name_cn": "百慕大", "short_name_en": "Bermuda", "full_name_en": "", "alpha_2_code": "BM", "alpha_3_code": "BMU", "numeric_code": "060"},
  {"short_name_cn": "不丹", "short_name_en": "Bhutan", "full_name_en": "the Kingdom of Bhutan", "alpha_2_code": "BT", "alpha_3_code": "BTN", "numeric_code": "064"},
  {"short_name_cn": "玻利维亚", "short_name_en": "Bolivia", "full_name_en": "the Republic of Bolivia", "alpha_2_code": "BO", "alpha_3_code": "BOL", "numeric_code": "068"},
  {"short_name_cn": "波黑", "short_name_en": "Bosnia and Herzegovina", "full_name_en": "", "alpha_2_code": "BA", "alpha_3_code": "BIH", "numeric_code": "070"},
  {"short_name_cn": "博茨瓦纳", "short_name_en": "Botswana", "full_name_en": "the Republic of Botswana", "alpha_2_code": "BW", "alpha_3_code": "BWA", "numeric_code": "072"},
  {"short_name_cn": "布维岛", "short_name_en": "Bouvet Island", "full_name_en": "", "alpha_2_code": "BV", "alpha_3_code": "BVT", "numeric_code": "074"},
  {"short_name_cn": "巴西", "short_name_en": "Brazil", "full_name_en": "the Federative Republic of Brazil", "alpha_2_code": "BR", "alpha_3_code": "BRA", "numeric_code": "076"},
  {"short_name_cn": "英属印度洋领地", "short_name_en": "British Indian Ocean Territory (the)", "full_name_en": "", "alpha_2_code": "IO", "alpha_3_code": "IOT", "numeric_code": "086"},
  {"short_name_cn": "文莱", "short_name_en": "Brunei Darussalam", "full_name_en": "", "alpha_2_code": "BN", "alpha_3_code": "BRN", "numeric_code": "096"},
  {"short_name_cn": "保加利亚", "short_name_en": "Bulgaria", "full_name_en": "the Republic of Bulgaria", "alpha_2_code": "BG", "alpha_3_code": "BGR", "numeric_code": "100"},
  {"short_name_cn": "布基纳法索", "short_name_en": "Burkina Faso", "full_name_en": "Burkina Faso", "alpha_2_code": "BF", "alpha_3_code": "BFA", "numeric_code": "854"},
  {"short_name_cn": "布隆迪", "short_name_en": "Burundi", "full_name_en": "the Republic of Burundi", "alpha_2_code": "BI", "alpha_3_code": "BDI", "numeric_code": "108"},
  {"short_name_cn": "柬埔寨", "short_name_en": "Cambodia", "full_name_en": "the Kingdom of Cambodia", "alpha_2_code": "KH", "alpha_3_code": "KHM", "numeric_code": "116"},
  {"short_name_cn": "喀麦隆", "short_name_en": "Cameroon", "full_name_en": "the Republic of Cameroon", "alpha_2_code": "CM", "alpha_3_code": "CMR", "numeric_code": "120"},
  {"short_name_cn": "加拿大", "short_name_en": "Canada", "full_name_en": "", "alpha_2_code": "CA", "alpha_3_code": "CAN", "numeric_code": "124"},
  {"short_name_cn": "佛得角", "short_name_en": "Cape Verde", "full_name_en": "the Republic of Cape Verde", "alpha_2_code": "CV", "alpha_3_code": "CPV", "numeric_code": "132"},
  {"short_name_cn": "开曼群岛", "short_name_en": "Cayman Islands (the)", "full_name_en": "", "alpha_2_code": "KY", "alpha_3_code": "CYM", "numeric_code": "136"},
  {"short_name_cn": "中非", "short_name_en": "Central African Republic (the)", "full_name_en": "the Central African Republic", "alpha_2_code": "CF", "alpha_3_code": "CAF", "numeric_code": "140"},
  {"short_name_cn": "乍得", "short_name_en": "Chad", "full_name_en": "the Republic of Chad", "alpha_2_code": "TD", "alpha_3_code": "TCD", "numeric_code": "148"},
  {"short_name_cn": "智利", "short_name_en": "Chile", "full_name_en": "the Republic of Chile", "alpha_2_code": "CL", "alpha_3_code": "CHL", "numeric_code": "152"},
  {"short_name_cn": "中国", "short_name_en": "China", "full_name_en": "the People's Republic of China", "alpha_2_code": "CN", "alpha_3_code": "CHN", "numeric_code": "156"},
  {"short_name_cn": "圣诞岛", "short_name_en": "Christmas Island", "full_name_en": "", "alpha_2_code": "CX", "alpha_3_code": "CXR", "numeric_code": "162"},
  {"short_name_cn": "科科斯(基林)群岛", "short_name_en": "Cocos (Keeling) Islands (the)", "full_name_en": "", "alpha_2_code": "CC", "alpha_3_code": "CCK", "numeric_code": "166"},
  {"short_name_cn": "哥伦比亚", "short_name_en": "Colombia", "full_name_en": "the Republic of Colombia", "alpha_2_code": "CO", "alpha_3_code": "COL", "numeric_code": "170"},
  {"short_name_cn": "科摩罗", "short_name_en": "Comoros", "full_name_en": "the Union of the Comoros", "alpha_2_code": "KM", "alpha_3_code": "COM", "numeric_code": "174"},
  {"short_name_cn": "刚果(布)", "short_name_en": "Congo", "full_name_en": "the Republic of the Congo", "alpha_2_code": "CG", "alpha_3_code": "COG", "numeric_code": "178"},
  {"short_name_cn": "刚果(金)", "short_name_en": "Congo (the Democratic Republic of the)", "full_name_en": "the Democratic Republic of the Congo", "alpha_2_code": "CD", "alpha_3_code": "COD", "numeric_code": "180"},
  {"short_name_cn": "库克群岛", "short_name_en": "Cook Islands (the)", "full_name_en": "", "alpha_2_code": "CK", "alpha_3_code": "COK", "numeric_code": "184"},
  {"short_name_cn": "哥斯达黎加", "short_name_en": "Costa Rica", "full_name_en": "the Republic of Costa Rica", "alpha_2_code": "CR", "alpha_3_code": "CRI", "numeric_code": "188"},
  {"short_name_cn": "科特迪瓦", "short_name_en": "Côte d'Ivoire", "full_name_en": "the Republic of Côte d'Ivoire", "alpha_2_code": "CI", "alpha_3_code": "CIV", "numeric_code": "384"},
  {"short_name_cn": "克罗地亚", "short_name_en": "Croatia", "full_name_en": "the Republic of Croatia", "alpha_2_code": "HR", "alpha_3_code": "HRV", "numeric_code": "191"},
  {"short_name_cn": "古巴", "short_name_en": "Cuba", "full_name_en": "the Republic of Cuba", "alpha_2_code": "CU", "alpha_3_code": "CUB", "numeric_code": "192"},
  {"short_name_cn": "塞浦路斯", "short_name_en": "Cyprus", "full_name_en": "the Republic of Cyprus", "alpha_2_code": "CY", "alpha_3_code": "CYP", "numeric_code": "196"},
  {"short_name_cn": "捷克", "short_name_en": "Czech Republic (the)", "full_name_en": "the Czech Republic", "alpha_2_code": "CZ", "alpha_3_code": "CZE", "numeric_code": "203"},
  {"short_name_cn": "丹麦", "short_name_en": "Denmark", "full_name_en": "the Kingdom of Denmark", "alpha_2_code": "DK", "alpha_3_code": "DNK", "numeric_code": "208"},
  {"short_name_cn": "吉布提", "short_name_en": "Djibouti", "full_name_en": "the Republic of Djibouti", "alpha_2_code": "DJ", "alpha_3_code": "DJI", "numeric_code": "262"},
  {"short_name_cn": "多米尼克", "short_name_en": "Dominica", "full_name_en": "the Commonwealth of Dominica", "alpha_2_code": "DM", "alpha_3_code": "DMA", "numeric_code": "212"},
  {"short_name_cn": "多米尼加", "short_name_en": "Dominican Republic (the)", "full_name_en": "the Dominican Republic", "alpha_2_code": "DO", "alpha_3_code": "DOM", "numeric_code": "214"},
  {"short_name_cn": "厄瓜多尔", "short_name_en": "Ecuador", "full_name_en": "the Republic of Ecuador", "alpha_2_code": "EC", "alpha_3_code": "ECU", "numeric_code": "218"},
  {"short_name_cn": "埃及", "short_name_en": "Egypt", "full_name_en": "the Arab Republic of Egypt", "alpha_2_code": "EG", "alpha_3_code": "EGY", "numeric_code": "818"},
  {"short_name_cn": "萨尔瓦多", "short_name_en": "El Salvador", "full_name_en": "the Republic of El Salvador", "alpha_2_code": "SV", "alpha_3_code": "SLV", "numeric_code": "222"},
  {"short_name_cn": "赤道几内亚", "short_name_en": "Equatorial Guinea", "full_name_en": "the Republic of Equatorial Guinea", "alpha_2_code": "GQ", "alpha_3_code": "GNQ", "numeric_code": "226"},
  {"short_name_cn": "厄立特里亚", "short_name_en": "Eritrea", "full_name_en": "", "alpha_2_code": "ER", "alpha_3_code": "ERI", "numeric_code": "232"},
  {"short_name_cn": "爱沙尼亚", "short_name_en": "Estonia", "full_name_en": "the Republic of Estonia", "alpha_2_code": "EE", "alpha_3_code": "EST", "numeric_code": "233"},
  {"short_name_cn": "埃塞俄比亚", "short_name_en": "Ethiopia", "full_name_en": "the Federal Democratic Republic of Ethiopia", "alpha_2_code": "ET", "alpha_3_code": "ETH", "numeric_code": "231"},
  {"short_name_cn": "福克兰群岛(马尔维纳斯)", "short_name_en": "Falkland Islands (the) [Malvinas]", "full_name_en": "", "alpha_2_code": "FK", "alpha_3_code": "FLK", "numeric_code": "238"},
  {"short_name_cn": "法罗群岛", "short_name_en": "Faroe Islands (the)", "full_name_en": "", "alpha_2_code": "FO", "alpha_3_code": "FRO", "numeric_code": "234"},
  {"short_name_cn": "斐济", "short_name_en": "Fiji", "full_name_en": "the Republic of the Fiji Islands", "alpha_2_code": "FJ", "alpha_3_code": "FJI", "numeric_code": "242"},
  {"short_name_cn": "芬兰", "short_name_en": "Finland", "full_name_en": "the Republic of Finland", "alpha_2_code": "FI", "alpha_3_code": "FIN", "numeric_code": "246"},
  {"short_name_cn": "法国", "short_name_en": "France", "full_name_en": "the French Republic", "alpha_2_code": "FR", "alpha_3_code": "FRA", "numeric_code": "250"},
  {"short_name_cn": "法属圭亚那", "short_name_en": "French Guiana", "full_name_en": "", "alpha_2_code": "GF", "alpha_3_code": "GUF", "numeric_code": "254"},
  {"short_name_cn": "法属波利尼西亚", "short_name_en": "French Polynesia", "full_name_en": "", "alpha_2_code": "PF", "alpha_3_code": "PYF", "numeric_code": "258"},
  {"short_name_cn": "法属南部领地", "short_name_en": "French Southern Territories (the)", "full_name_en": "", "alpha_2_code": "TF", "alpha_3_code": "ATF", "numeric_code": "260"},
  {"short_name_cn": "加蓬", "short_name_en": "Gabon", "full_name_en": "the Gabonese Republic", "alpha_2_code": "GA", "alpha_3_code": "GAB", "numeric_code": "266"},
  {"short_name_cn": "冈比亚", "short_name_en": "Gambia (The)", "full_name_en": "the Republic of The Gambia", "alpha_2_code": "GM", "alpha_3_code": "GMB", "numeric_code": "270"},
  {"short_name_cn": "格鲁吉亚", "short_name_en": "Georgia", "full_name_en": "", "alpha_2_code": "GE", "alpha_3_code": "GEO", "numeric_code": "268"},
  {"short_name_cn": "德国", "short_name_en": "Germany", "full_name_en": "he Federal Republic of Germany", "alpha_2_code": "DE", "alpha_3_code": "DEU", "numeric_code": "276"},
  {"short_name_cn": "加纳", "short_name_en": "Ghana", "full_name_en": "the Republic of Ghana", "alpha_2_code": "GH", "alpha_3_code": "GHA", "numeric_code": "288"},
  {"short_name_cn": "直布罗陀", "short_name_en": "Gibraltar", "full_name_en": "", "alpha_2_code": "GI", "alpha_3_code": "GIB", "numeric_code": "292"},
  {"short_name_cn": "希腊", "short_name_en": "Greece", "full_name_en": "the Hellenic Republic", "alpha_2_code": "GR", "alpha_3_code": "GRC", "numeric_code": "300"},
  {"short_name_cn": "格陵兰", "short_name_en": "Greenland", "full_name_en": "", "alpha_2_code": "GL", "alpha_3_code": "GRL", "numeric_code": "304"},
  {"short_name_cn": "格林纳达", "short_name_en": "Grenada", "full_name_en": "", "alpha_2_code": "GD", "alpha_3_code": "GRD", "numeric_code": "308"},
  {"short_name_cn": "瓜德罗普", "short_name_en": "Guadeloupe", "full_name_en": "", "alpha_2_code": "GP", "alpha_3_code": "GLP", "numeric_code": "312"},
  {"short_name_cn": "关岛", "short_name_en": "Guam", "full_name_en": "", "alpha_2_code": "GU", "alpha_3_code": "GUM", "numeric_code": "316"},
  {"short_name_cn": "危地马拉", "short_name_en": "Guatemala", "full_name_en": "the Republic of Guatemala", "alpha_2_code": "GT", "alpha_3_code": "GTM", "numeric_code": "320"},
  {"short_name_cn": "格恩西岛", "short_name_en": "Guernsey", "full_name_en": "", "alpha_2_code": "GG", "alpha_3_code": "GGY", "numeric_code": "831"},
  {"short_name_cn": "几内亚", "short_name_en": "Guinea", "full_name_en": "the Republic of Guinea", "alpha_2_code": "GN", "alpha_3_code": "GIN", "numeric_code": "324"},
  {"short_name_cn": "几内亚比绍", "short_name_en": "Guinea-Bissau", "full_name_en": "the Republic of Guinea-Bissau", "alpha_2_code": "GW", "alpha_3_code": "GNB", "numeric_code": "624"},
  {"short_name_cn": "圭亚那", "short_name_en": "Guyana", "full_name_en": "the Republic of Guyana", "alpha_2_code": "GY", "alpha_3_code": "GUY", "numeric_code": "328"},
  {"short_name_cn": "海地", "short_name_en": "Haiti", "full_name_en": "the Republic of Haiti", "alpha_2_code": "HT", "alpha_3_code": "HTI", "numeric_code": "332"},
  {"short_name_cn": "赫德岛和麦克唐纳岛", "short_name_en": "Heard Island and McDonald Islands", "full_name_en": "", "alpha_2_code": "HM", "alpha_3_code": "HMD", "numeric_code": "334"},
  {"short_name_cn": "梵蒂冈", "short_name_en": "Holy See (the) [Vatican City State]", "full_name_en": "", "alpha_2_code": "VA", "alpha_3_code": "VAT", "numeric_code": "336"},
  {"short_name_cn": "洪都拉斯", "short_name_en": "Honduras", "full_name_en": "the Republic of Honduras", "alpha_2_code": "HN", "alpha_3_code": "HND", "numeric_code": "340"},
  {"short_name_cn": "香港", "short_name_en": "Hong Kong", "full_name_en": "the Hong Kong Special Administrative Region of China", "alpha_2_code": "HK", "alpha_3_code": "HKG", "numeric_code": "344"},
  {"short_name_cn": "匈牙利", "short_name_en": "Hungary", "full_name_en": "the Republic of Hungary", "alpha_2_code": "HU", "alpha_3_code": "HUN", "numeric_code": "348"},
  {"short_name_cn": "冰岛", "short_name_en": "Iceland", "full_name_en": "the Republic of Iceland", "alpha_2_code": "IS", "alpha_3_code": "ISL", "numeric_code": "352"},
  {"short_name_cn": "印度", "short_name_en": "India", "full_name_en": "the Republic of India", "alpha_2_code": "IN", "alpha_3_code": "IND", "numeric_code": "356"},
  {"short_name_cn": "印度尼西亚", "short_name_en": "Indonesia", "full_name_en": "the Republic of Indonesia", "alpha_2_code": "ID", "alpha_3_code": "IDN", "numeric_code": "360"},
  {"short_name_cn": "伊朗", "short_name_en": "Iran (the Islamic Republic of)", "full_name_en": "the Islamic Republic of Iran", "alpha_2_code": "IR", "alpha_3_code": "IRN", "numeric_code": "364"},
  {"short_name_cn": "伊拉克", "short_name_en": "Iraq", "full_name_en": "the Republic of Iraq", "alpha_2_code": "IQ", "alpha_3_code": "IRQ", "numeric_code": "368"},
  {"short_name_cn": "爱尔兰", "short_name_en": "Ireland", "full_name_en": "", "alpha_2_code": "IE", "alpha_3_code": "IRL", "numeric_code": "372"},
  {"short_name_cn": "英国属地曼岛", "short_name_en": "Isle of Man", "full_name_en": "", "alpha_2_code": "IM", "alpha_3_code": "IMN", "numeric_code": "833"},
  {"short_name_cn": "以色列", "short_name_en": "Israel", "full_name_en": "the State of Israel", "alpha_2_code": "IL", "alpha_3_code": "ISR", "numeric_code": "376"},
  {"short_name_cn": "意大利", "short_name_en": "Italy", "full_name_en": "the Republic of Italy", "alpha_2_code": "IT", "alpha_3_code": "ITA", "numeric_code": "380"},
  {"short_name_cn": "牙买加", "short_name_en": "Jamaica", "full_name_en": "", "alpha_2_code": "JM", "alpha_3_code": "JAM", "numeric_code": "388"},
  {"short_name_cn": "日本", "short_name_en": "Japan", "full_name_en": "", "alpha_2_code": "JP", "alpha_3_code": "JPN", "numeric_code": "392"},
  {"short_name_cn": "泽西岛", "short_name_en": "Jersey", "full_name_en": "", "alpha_2_code": "JE", "alpha_3_code": "JEY", "numeric_code": "832"},
  {"short_name_cn": "约旦", "short_name_en": "Jordan", "full_name_en": "the Hashemite Kingdom of Jordan", "alpha_2_code": "JO", "alpha_3_code": "JOR", "numeric_code": "400"},
  {"short_name_cn": "哈萨克斯坦", "short_name_en": "Kazakhstan", "full_name_en": "the Republic of Kazakhstan", "alpha_2_code": "KZ", "alpha_3_code": "KAZ", "numeric_code": "398"},
  {"short_name_cn": "肯尼亚", "short_name_en": "Kenya", "full_name_en": "the Republic of Kenya", "alpha_2_code": "KE", "alpha_3_code": "KEN", "numeric_code": "404"},
  {"short_name_cn": "基里巴斯", "short_name_en": "Kiribati", "full_name_en": "the Republic of Kiribati", "alpha_2_code": "KI", "alpha_3_code": "KIR", "numeric_code": "296"},
  {"short_name_cn": "朝鲜", "short_name_en": "Korea (the Democratic People's Republic of)", "full_name_en": "the Democratic People's Republic of Korea", "alpha_2_code": "KP", "alpha_3_code": "PRK", "numeric_code": "408"},
  {"short_name_cn": "韩国", "short_name_en": "Korea (the Republic of)", "full_name_en": "the Republic of Korea", "alpha_2_code": "KR", "alpha_3_code": "KOR", "numeric_code": "410"},
  {"short_name_cn": "科威特", "short_name_en": "Kuwait", "full_name_en": "he State of Kuwait", "alpha_2_code": "KW", "alpha_3_code": "KWT", "numeric_code": "414"},
  {"short_name_cn": "吉尔吉斯斯坦", "short_name_en": "Kyrgyzstan", "full_name_en": "the Kyrgyz Republic", "alpha_2_code": "KG", "alpha_3_code": "KGZ", "numeric_code": "417"},
  {"short_name_cn": "老挝", "short_name_en": "Lao People's Democratic Republic (the)", "full_name_en": "the Lao People's Democratic Republic", "alpha_2_code": "LA", "alpha_3_code": "LAO", "numeric_code": "418"},
  {"short_name_cn": "拉脱维亚", "short_name_en": "Latvia", "full_name_en": "the Republic of Latvia", "alpha_2_code": "LV", "alpha_3_code": "LVA", "numeric_code": "428"},
  {"short_name_cn": "黎巴嫩", "short_name_en": "Lebanon", "full_name_en": "the Lebanese Republic", "alpha_2_code": "LB", "alpha_3_code": "LBN", "numeric_code": "422"},
  {"short_name_cn": "莱索托", "short_name_en": "Lesotho", "full_name_en": "the Kingdom of Lesotho", "alpha_2_code": "LS", "alpha_3_code": "LSO", "numeric_code": "426"},
  {"short_name_cn": "利比里亚", "short_name_en": "Liberia", "full_name_en": "the Republic of Liberia", "alpha_2_code": "LR", "alpha_3_code": "LBR", "numeric_code": "430"},
  {"short_name_cn": "利比亚", "short_name_en": "Libyan Arab Jamahiriya (the)", "full_name_en": "the Socialist People's Libyan Arab Jamahiriya", "alpha_2_code": "LY", "alpha_3_code": "LBY", "numeric_code": "434"},
  {"short_name_cn": "列支敦士登", "short_name_en": "Liechtenstein", "full_name_en": "the Principality of Liechtenstein", "alpha_2_code": "LI", "alpha_3_code": "LIE", "numeric_code": "438"},
  {"short_name_cn": "立陶宛", "short_name_en": "Lithuania", "full_name_en": "the Republic of Lithuania", "alpha_2_code": "LT", "alpha_3_code": "LTU", "numeric_code": "440"},
  {"short_name_cn": "卢森堡", "short_name_en": "Luxembourg", "full_name_en": "the Grand Duchy of Luxembourg", "alpha_2_code": "LU", "alpha_3_code": "LUX", "numeric_code": "442"},
  {"short_name_cn": "澳门", "short_name_en": "Macao", "full_name_en": "Macao Special Administrative Region of China", "alpha_2_code": "MO", "alpha_3_code": "MAC", "numeric_code": "446"},
  {"short_name_cn": "前南马其顿", "short_name_en": "Macedonia (the former Yugoslav Republic of)", "full_name_en": "the former Yugoslav Republic of Macedonia", "alpha_2_code": "MK", "alpha_3_code": "MKD", "numeric_code": "807"},
  {"short_name_cn": "马达加斯加", "short_name_en": "Madagascar", "full_name_en": "the Republic of Madagascar", "alpha_2_code": "MG", "alpha_3_code": "MDG", "numeric_code": "450"},
  {"short_name_cn": "马拉维", "short_name_en": "Malawi", "full_name_en": "the Republic of Malawi", "alpha_2_code": "MW", "alpha_3_code": "MWI", "numeric_code": "454"},
  {"short_name_cn": "马来西亚", "short_name_en": "Malaysia", "full_name_en": "", "alpha_2_code": "MY", "alpha_3_code": "MYS", "numeric_code": "458"},
  {"short_name_cn": "马尔代夫", "short_name_en": "Maldives", "full_name_en": "the Republic of Maldives", "alpha_2_code": "MV", "alpha_3_code": "MDV", "numeric_code": "462"},
  {"short_name_cn": "马里", "short_name_en": "Mali", "full_name_en": "the Republic of Mali", "alpha_2_code": "ML", "alpha_3_code": "MLI", "numeric_code": "466"},
  {"short_name_cn": "马耳他", "short_name_en": "Malta", "full_name_en": "the Republic of Malta", "alpha_2_code": "MT", "alpha_3_code": "MLT", "numeric_code": "470"},
  {"short_name_cn": "马绍尔群岛", "short_name_en": "Marshall Islands (the)", "full_name_en": "the Republic of the Marshall Islands", "alpha_2_code": "MH", "alpha_3_code": "MHL", "numeric_code": "584"},
  {"short_name_cn": "马提尼克", "short_name_en": "Martinique", "full_name_en": "", "alpha_2_code": "MQ", "alpha_3_code": "MTQ", "numeric_code": "474"},
  {"short_name_cn": "毛利塔尼亚", "short_name_en": "Mauritania", "full_name_en": "the Islamic Republic of Mauritania", "alpha_2_code": "MR", "alpha_3_code": "MRT", "numeric_code": "478"},
  {"short_name_cn": "毛里求斯", "short_name_en": "Mauritius", "full_name_en": "the Republic of Mauritius", "alpha_2_code": "MU", "alpha_3_code": "MUS", "numeric_code": "480"},
  {"short_name_cn": "马约特", "short_name_en": "Mayotte", "full_name_en": "", "alpha_2_code": "YT", "alpha_3_code": "MYT", "numeric_code": "175"},
  {"short_name_cn": "墨西哥", "short_name_en": "Mexico", "full_name_en": "the United Mexican States", "alpha_2_code": "MX", "alpha_3_code": "MEX", "numeric_code": "484"},
  {"short_name_cn": "密克罗尼西亚联邦", "short_name_en": "Micronesia (the Federated States of)", "full_name_en": "the Federated States of Micronesia", "alpha_2_code": "FM", "alpha_3_code": "FSM", "numeric_code": "583"},
  {"short_name_cn": "摩尔多瓦", "short_name_en": "Moldova (the Republic of)", "full_name_en": "the Republic of Moldova", "alpha_2_code": "MD", "alpha_3_code": "MDA", "numeric_code": "498"},
  {"short_name_cn": "摩纳哥", "short_name_en": "Monaco", "full_name_en": "the Principality of Monaco", "alpha_2_code": "MC", "alpha_3_code": "MCO", "numeric_code": "492"},
  {"short_name_cn": "蒙古", "short_name_en": "Mongolia", "full_name_en": "", "alpha_2_code": "MN", "alpha_3_code": "MNG", "numeric_code": "496"},
  {"short_name_cn": "黑山", "short_name_en": "Montenegro", "full_name_en": "he Republic of Montenegro", "alpha_2_code": "ME", "alpha_3_code": "MNE", "numeric_code": "499"},
  {"short_name_cn": "蒙特塞拉特", "short_name_en": "Montserrat", "full_name_en": "", "alpha_2_code": "MS", "alpha_3_code": "MSR", "numeric_code": "500"},
  {"short_name_cn": "摩洛哥", "short_name_en": "Morocco", "full_name_en": "the Kingdom of Morocco", "alpha_2_code": "MA", "alpha_3_code": "MAR", "numeric_code": "504"},
  {"short_name_cn": "莫桑比克", "short_name_en": "Mozambique", "full_name_en": "the Republic of Mozambique", "alpha_2_code": "MZ", "alpha_3_code": "MOZ", "numeric_code": "508"},
  {"short_name_cn": "缅甸", "short_name_en": "Myanmar", "full_name_en": "the Union of Myanmar", "alpha_2_code": "MM", "alpha_3_code": "MMR", "numeric_code": "104"},
  {"short_name_cn": "纳米比亚", "short_name_en": "Namibia", "full_name_en": "the Republic of Namibia", "alpha_2_code": "", "alpha_3_code": "NAM", "numeric_code": "516"},
  {"short_name_cn": "瑙鲁", "short_name_en": "Nauru", "full_name_en": "the Republic of Nauru", "alpha_2_code": "NR", "alpha_3_code": "NRU", "numeric_code": "520"},
  {"short_name_cn": "尼泊尔", "short_name_en": "Nepal", "full_name_en": "Nepal", "alpha_2_code": "NP", "alpha_3_code": "NPL", "numeric_code": "524"},
  {"short_name_cn": "荷兰", "short_name_en": "Netherlands (the)", "full_name_en": "the Kingdom of the Netherlands", "alpha_2_code": "NL", "alpha_3_code": "NLD", "numeric_code": "528"},
  {"short_name_cn": "荷属安的列斯", "short_name_en": "Netherlands Antilles (the)", "full_name_en": "", "alpha_2_code": "AN", "alpha_3_code": "ANT", "numeric_code": "530"},
  {"short_name_cn": "新喀里多尼亚", "short_name_en": "New Caledonia", "full_name_en": "", "alpha_2_code": "NC", "alpha_3_code": "NCL", "numeric_code": "540"},
  {"short_name_cn": "新西兰", "short_name_en": "New Zealand", "full_name_en": "", "alpha_2_code": "NZ", "alpha_3_code": "NZL", "numeric_code": "554"},
  {"short_name_cn": "尼加拉瓜", "short_name_en": "Nicaragua", "full_name_en": "the Republic of Nicaragua", "alpha_2_code": "NI", "alpha_3_code": "NIC", "numeric_code": "558"},
  {"short_name_cn": "尼日尔", "short_name_en": "Niger (the)", "full_name_en": "the Republic of the Niger", "alpha_2_code": "NE", "alpha_3_code": "NER", "numeric_code": "562"},
  {"short_name_cn": "尼日利亚", "short_name_en": "Nigeria", "full_name_en": "the Federal Republic of Nigeria", "alpha_2_code": "NG", "alpha_3_code": "NGA", "numeric_code": "566"},
  {"short_name_cn": "纽埃", "short_name_en": "Niue", "full_name_en": "the Republic of Niue", "alpha_2_code": "NU", "alpha_3_code": "NIU", "numeric_code": "570"},
  {"short_name_cn": "诺福克岛", "short_name_en": "Norfolk Island", "full_name_en": "", "alpha_2_code": "NF", "alpha_3_code": "NFK", "numeric_code": "574"},
  {"short_name_cn": "北马里亚纳", "short_name_en": "Northern Mariana Islands (the)", "full_name_en": "the Commonwealth of the Northern Mariana Islands", "alpha_2_code": "MP", "alpha_3_code": "MNP", "numeric_code": "580"},
  {"short_name_cn": "挪威", "short_name_en": "Norway", "full_name_en": "the Kingdom of Norway", "alpha_2_code": "NO", "alpha_3_code": "NOR", "numeric_code": "578"},
  {"short_name_cn": "阿曼", "short_name_en": "Oman", "full_name_en": "the Sultanate of Oman", "alpha_2_code": "OM", "alpha_3_code": "OMN", "numeric_code": "512"},
  {"short_name_cn": "巴基斯坦", "short_name_en": "Pakistan", "full_name_en": "the Islamic Republic of Pakistan", "alpha_2_code": "PK", "alpha_3_code": "PAK", "numeric_code": "586"},
  {"short_name_cn": "帕劳", "short_name_en": "Palau", "full_name_en": "the Republic of Palau", "alpha_2_code": "PW", "alpha_3_code": "PLW", "numeric_code": "585"},
  {"short_name_cn": "巴勒斯坦", "short_name_en": "Palestinian Territory (the Occupied)", "full_name_en": "the Occupied Palestinian Territory", "alpha_2_code": "PS", "alpha_3_code": "PSE", "numeric_code": "275"},
  {"short_name_cn": "巴拿马", "short_name_en": "Panama", "full_name_en": "the Republic of Panama", "alpha_2_code": "PA", "alpha_3_code": "PAN", "numeric_code": "591"},
  {"short_name_cn": "巴布亚新几内亚", "short_name_en": "Papua New Guinea", "full_name_en": "", "alpha_2_code": "PG", "alpha_3_code": "PNG", "numeric_code": "598"},
  {"short_name_cn": "巴拉圭", "short_name_en": "Paraguay", "full_name_en": "the Republic of Paraguay", "alpha_2_code": "PY", "alpha_3_code": "PRY", "numeric_code": "600"},
  {"short_name_cn": "秘鲁", "short_name_en": "Peru", "full_name_en": "the Republic of Peru", "alpha_2_code": "PE", "alpha_3_code": "PER", "numeric_code": "604"},
  {"short_name_cn": "菲律宾", "short_name_en": "Philippines (the)", "full_name_en": "the Republic of the Philippines", "alpha_2_code": "PH", "alpha_3_code": "PHL", "numeric_code": "608"},
  {"short_name_cn": "皮特凯恩", "short_name_en": "Pitcairn", "full_name_en": "", "alpha_2_code": "PN", "alpha_3_code": "PCN", "numeric_code": "612"},
  {"short_name_cn": "波兰", "short_name_en": "Poland", "full_name_en": "the Republic of Poland", "alpha_2_code": "PL", "alpha_3_code": "POL", "numeric_code": "616"},
  {"short_name_cn": "葡萄牙", "short_name_en": "Portugal", "full_name_en": "the Portuguese Republic", "alpha_2_code": "PT", "alpha_3_code": "PRT", "numeric_code": "620"},
  {"short_name_cn": "波多黎各", "short_name_en": "Puerto Rico", "full_name_en": "", "alpha_2_code": "PR", "alpha_3_code": "PRI", "numeric_code": "630"},
  {"short_name_cn": "卡塔尔", "short_name_en": "Qatar", "full_name_en": "the State of Qatar", "alpha_2_code": "QA", "alpha_3_code": "QAT", "numeric_code": "634"},
  {"short_name_cn": "留尼汪", "short_name_en": "Réunion", "full_name_en": "", "alpha_2_code": "RE", "alpha_3_code": "REU", "numeric_code": "638"},
  {"short_name_cn": "罗马尼亚", "short_name_en": "Romania", "full_name_en": "", "alpha_2_code": "RO", "alpha_3_code": "ROU", "numeric_code": "642"},
  {"short_name_cn": "俄罗斯联邦", "short_name_en": "Russian Federation (the)", "full_name_en": "the Russian Federation", "alpha_2_code": "RU", "alpha_3_code": "RUS", "numeric_code": "643"},
  {"short_name_cn": "卢旺达", "short_name_en": "Rwanda", "full_name_en": "the Republic of Rwanda", "alpha_2_code": "RW", "alpha_3_code": "RWA", "numeric_code": "646"},
  {"short_name_cn": "圣赫勒拿", "short_name_en": "Saint Helena", "full_name_en": "", "alpha_2_code": "SH", "alpha_3_code": "SHN", "numeric_code": "654"},
  {"short_name_cn": "圣基茨和尼维斯", "short_name_en": "Saint Kitts and Nevis", "full_name_en": "", "alpha_2_code": "KN", "alpha_3_code": "KNA", "numeric_code": "659"},
  {"short_name_cn": "圣卢西亚", "short_name_en": "Saint Lucia", "full_name_en": "", "alpha_2_code": "LC", "alpha_3_code": "LCA", "numeric_code": "662"},
  {"short_name_cn": "圣皮埃尔和密克隆", "short_name_en": "Saint Pierre and Miquelon", "full_name_en": "", "alpha_2_code": "PM", "alpha_3_code": "SPM", "numeric_code": "666"},
  {"short_name_cn": "圣文森特和格林纳丁斯", "short_name_en": "Saint Vincent and the Grenadines", "full_name_en": "", "alpha_2_code": "VC", "alpha_3_code": "VCT", "numeric_code": "670"},
  {"short_name_cn": "萨摩亚", "short_name_en": "Samoa", "full_name_en": "the Independent State of Samoa", "alpha_2_code": "WS", "alpha_3_code": "WSM", "numeric_code": "882"},
  {"short_name_cn": "圣马力诺", "short_name_en": "San Marino", "full_name_en": "the Republic of San Marino", "alpha_2_code": "SM", "alpha_3_code": "SMR", "numeric_code": "674"},
  {"short_name_cn": "圣多美和普林西比", "short_name_en": "Sao Tome and Principe", "full_name_en": "the Democratic Republic of Sao Tome and Principe", "alpha_2_code": "ST", "alpha_3_code": "STP", "numeric_code": "678"},
  {"short_name_cn": "沙特阿拉伯", "short_name_en": "Saudi Arabia", "full_name_en": "the Kingdom of Saudi Arabia", "alpha_2_code": "SA", "alpha_3_code": "SAU", "numeric_code": "682"},
  {"short_name_cn": "塞内加尔", "short_name_en": "Senegal", "full_name_en": "the Republic of Senegal", "alpha_2_code": "SN", "alpha_3_code": "SEN", "numeric_code": "686"},
  {"short_name_cn": "塞尔维亚", "short_name_en": "Serbia", "full_name_en": "the Republic of Serbia", "alpha_2_code": "RS", "alpha_3_code": "SRB", "numeric_code": "688"},
  {"short_name_cn": "塞舌尔", "short_name_en": "Seychelles", "full_name_en": "the Republic of Seychelles", "alpha_2_code": "SC", "alpha_3_code": "SYC", "numeric_code": "690"},
  {"short_name_cn": "塞拉利昂", "short_name_en": "Sierra Leone", "full_name_en": "the Republic of Sierra Leone", "alpha_2_code": "SL", "alpha_3_code": "SLE", "numeric_code": "694"},
  {"short_name_cn": "新加坡", "short_name_en": "Singapore", "full_name_en": "the Republic of Singapore", "alpha_2_code": "SG", "alpha_3_code": "SGP", "numeric_code": "702"},
  {"short_name_cn": "斯洛伐克", "short_name_en": "Slovakia", "full_name_en": "the Slovak Republic", "alpha_2_code": "SK", "alpha_3_code": "SVK", "numeric_code": "703"},
  {"short_name_cn": "斯洛文尼亚", "short_name_en": "Slovenia", "full_name_en": "the Republic of Slovenia", "alpha_2_code": "SI", "alpha_3_code": "SVN", "numeric_code": "705"},
  {"short_name_cn": "所罗门群岛", "short_name_en": "Solomon Islands (the)", "full_name_en": "", "alpha_2_code": "SB", "alpha_3_code": "SLB", "numeric_code": "090"},
  {"short_name_cn": "索马里", "short_name_en": "Somalia", "full_name_en": "the Somali Republic", "alpha_2_code": "SO", "alpha_3_code": "SOM", "numeric_code": "706"},
  {"short_name_cn": "南非", "short_name_en": "South Africa", "full_name_en": "the Republic of South Africa", "alpha_2_code": "ZA", "alpha_3_code": "ZAF", "numeric_code": "710"},
  {"short_name_cn": "南乔治亚岛和南桑德韦奇岛", "short_name_en": "South Georgia and the South Sandwich Islands", "full_name_en": "", "alpha_2_code": "GS", "alpha_3_code": "SGS", "numeric_code": "239"},
  {"short_name_cn": "西班牙", "short_name_en": "Spain", "full_name_en": "the Kingdom of Spain", "alpha_2_code": "ES", "alpha_3_code": "ESP", "numeric_code": "724"},
  {"short_name_cn": "斯里兰卡", "short_name_en": "Sri Lanka", "full_name_en": "the Democratic Socialist Republic of Sri Lanka", "alpha_2_code": "LK", "alpha_3_code": "LKA", "numeric_code": "144"},
  {"short_name_cn": "苏丹", "short_name_en": "Sudan (the)", "full_name_en": "the Republic of the Sudan", "alpha_2_code": "SD", "alpha_3_code": "SDN", "numeric_code": "736"},
  {"short_name_cn": "苏里南", "short_name_en": "Suriname", "full_name_en": "the Republic of Suriname", "alpha_2_code": "SR", "alpha_3_code": "SUR", "numeric_code": "740"},
  {"short_name_cn": "斯瓦尔巴岛和扬马延岛", "short_name_en": "Svalbard and Jan Mayen", "full_name_en": "", "alpha_2_code": "SJ", "alpha_3_code": "SJM", "numeric_code": "744"},
  {"short_name_cn": "斯威士兰", "short_name_en": "Swaziland", "full_name_en": "the Kingdom of Swaziland", "alpha_2_code": "SZ", "alpha_3_code": "SWZ", "numeric_code": "748"},
  {"short_name_cn": "瑞典", "short_name_en": "Sweden", "full_name_en": "the Kingdom of Sweden", "alpha_2_code": "SE", "alpha_3_code": "SWE", "numeric_code": "752"},
  {"short_name_cn": "瑞士", "short_name_en": "Switzerland", "full_name_en": "the Swiss Confederation", "alpha_2_code": "CH", "alpha_3_code": "CHE", "numeric_code": "756"},
  {"short_name_cn": "叙利亚", "short_name_en": "Syrian Arab Republic (the)", "full_name_en": "the Syrian Arab Republic", "alpha_2_code": "SY", "alpha_3_code": "SYR", "numeric_code": "760"},
  {"short_name_cn": "台湾", "short_name_en": "Taiwan (Province of China)", "full_name_en": "", "alpha_2_code": "TW", "alpha_3_code": "TWN", "numeric_code": "158"},
  {"short_name_cn": "塔吉克斯坦", "short_name_en": "Tajikistan", "full_name_en": "the Republic of Tajikistan", "alpha_2_code": "TJ", "alpha_3_code": "TJK", "numeric_code": "762"},
  {"short_name_cn": "坦桑尼亚", "short_name_en": "Tanzania,United Republic of", "full_name_en": "the United Republic of Tanzania", "alpha_2_code": "TZ", "alpha_3_code": "TZA", "numeric_code": "834"},
  {"short_name_cn": "泰国", "short_name_en": "Thailand", "full_name_en": "the Kingdom of Thailand", "alpha_2_code": "TH", "alpha_3_code": "THA", "numeric_code": "764"},
  {"short_name_cn": "东帝汶", "short_name_en": "Timor-Leste", "full_name_en": "the Democratic Republic of Timor-Leste", "alpha_2_code": "TL", "alpha_3_code": "TLS", "numeric_code": "626"},
  {"short_name_cn": "多哥", "short_name_en": "Togo", "full_name_en": "the Togolese Republic", "alpha_2_code": "TG", "alpha_3_code": "TGO", "numeric_code": "768"},
  {"short_name_cn": "托克劳", "short_name_en": "Tokelau", "full_name_en": "", "alpha_2_code": "TK", "alpha_3_code": "TKL", "numeric_code": "772"},
  {"short_name_cn": "汤加", "short_name_en": "Tonga", "full_name_en": "the Kingdom of Tonga", "alpha_2_code": "TO", "alpha_3_code": "TON", "numeric_code": "776"},
  {"short_name_cn": "特立尼达和多巴哥", "short_name_en": "Trinidad and Tobago", "full_name_en": "the Republic of Trinidad and Tobago", "alpha_2_code": "TT", "alpha_3_code": "TTO", "numeric_code": "780"},
  {"short_name_cn": "突尼斯", "short_name_en": "Tunisia", "full_name_en": "the Republic of Tunisia", "alpha_2_code": "TN", "alpha_3_code": "TUN", "numeric_code": "788"},
  {"short_name_cn": "土耳其", "short_name_en": "Turkey", "full_name_en": "the Republic of Turkey", "alpha_2_code": "TR", "alpha_3_code": "TUR", "numeric_code": "792"},
  {"short_name_cn": "土库曼斯坦", "short_name_en": "Turkmenistan", "full_name_en": "", "alpha_2_code": "TM", "alpha_3_code": "TKM", "numeric_code": "795"},
  {"short_name_cn": "特克斯和凯科斯群岛", "short_name_en": "Turks and Caicos Islands (the)", "full_name_en": "", "alpha_2_code": "TC", "alpha_3_code": "TCA", "numeric_code": "796"},
  {"short_name_cn": "图瓦卢", "short_name_en": "Tuvalu", "full_name_en": "", "alpha_2_code": "TV", "alpha_3_code": "TUV", "numeric_code": "798"},
  {"short_name_cn": "乌干达", "short_name_en": "Uganda", "full_name_en": "the Republic of Uganda", "alpha_2_code": "UG", "alpha_3_code": "UGA", "numeric_code": "800"},
  {"short_name_cn": "乌克兰", "short_name_en": "Ukraine", "full_name_en": "", "alpha_2_code": "UA", "alpha_3_code": "UKR", "numeric_code": "804"},
  {"short_name_cn": "阿联酋", "short_name_en": "United Arab Emirates (the)", "full_name_en": "the United Arab Emirates", "alpha_2_code": "AE", "alpha_3_code": "ARE", "numeric_code": "784"},
  {"short_name_cn": "英国", "short_name_en": "United Kingdom (the)", "full_name_en": "the United Kingdom of Great Britain and Northern Ireland", "alpha_2_code": "GB", "alpha_3_code": "GBR", "numeric_code": "826"},
  {"short_name_cn": "美国", "short_name_en": "United States (the)", "full_name_en": "the United States of America", "alpha_2_code": "US", "alpha_3_code": "USA", "numeric_code": "840"},
  {"short_name_cn": "美国本土外小岛屿", "short_name_en": "United States Minor Outlying Islands (the)", "full_name_en": "", "alpha_2_code": "UM", "alpha_3_code": "UMI", "numeric_code": "581"},
  {"short_name_cn": "乌拉圭", "short_name_en": "Uruguay", "full_name_en": "the Eastern Republic of Uruguay", "alpha_2_code": "UY", "alpha_3_code": "URY", "numeric_code": "858"},
  {"short_name_cn": "乌兹别克斯坦", "short_name_en": "Uzbekistan", "full_name_en": "the Republic of Uzbekistan", "alpha_2_code": "UZ", "alpha_3_code": "UZB", "numeric_code": "860"},
  {"short_name_cn": "瓦努阿图", "short_name_en": "Vanuatu", "full_name_en": "the Republic of Vanuatu", "alpha_2_code": "VU", "alpha_3_code": "VUT", "numeric_code": "548"},
  {"short_name_cn": "委内瑞拉", "short_name_en": "Venezuela", "full_name_en": "the Bolivarian Republic of Venezuela", "alpha_2_code": "VE", "alpha_3_code": "VEN", "numeric_code": "862"},
  {"short_name_cn": "越南", "short_name_en": "Viet Nam", "full_name_en": "the Socialist Republic of Viet Nam", "alpha_2_code": "VN", "alpha_3_code": "VNM", "numeric_code": "704"},
  {"short_name_cn": "英属维尔京群岛", "short_name_en": "Virgin Islands (British)", "full_name_en": "British Virgin Islands (the)", "alpha_2_code": "VG", "alpha_3_code": "VGB", "numeric_code": "092"},
  {"short_name_cn": "美属维尔京群岛", "short_name_en": "Virgin Islands (U.S.)", "full_name_en": "the Virgin Islands of the United States", "alpha_2_code": "VI", "alpha_3_code": "VIR", "numeric_code": "850"},
  {"short_name_cn": "瓦利斯和富图纳", "short_name_en": "Wallis and Futuna", "full_name_en": "Wallis and Futuna Islands", "alpha_2_code": "WF", "alpha_3_code": "WLF", "numeric_code": "876"},
  {"short_name_cn": "西撒哈拉", "short_name_en": "Western Sahara", "full_name_en": "", "alpha_2_code": "EH", "alpha_3_code": "ESH", "numeric_code": "732"},
  {"short_name_cn": "也门", "short_name_en": "Yemen", "full_name_en": "the Republic of Yemen", "alpha_2_code": "YE", "alpha_3_code": "YEM", "numeric_code": "887"},
  {"short_name_cn": "赞比亚", "short_name_en": "Zambia", "full_name_en": "the Republic of Zambia", "alpha_2_code": "ZM", "alpha_3_code": "ZMB", "numeric_code": "894"},
  {"short_name_cn": "津巴布韦", "short_name_en": "Zimbabwe", "full_name_en": "the Republic of Zimbabwe", "alpha_2_code": "ZW", "alpha_3_code": "ZWE", "numeric_code": "716"}
]

  • 5
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值