⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 country.js

📁 巴巴运动网源码 传智博客出品 不全 一部分代码 可以参考
💻 JS
📖 第 1 页 / 共 2 页
字号:
function Country() {this.ID='';this.enName='';this.cnName='';}var Countrys = new Array();   	Countrys[0] = new Country();	Countrys[0].ID="002";	Countrys[0].enName= "Albania" ;	Countrys[0].cnName= "阿尔巴尼亚" ;  	Countrys[1] = new Country();	Countrys[1].ID="003";	Countrys[1].enName= "Algeria" ;	Countrys[1].cnName= "阿尔及利亚" ;  	Countrys[2] = new Country();	Countrys[2].ID="004";	Countrys[2].enName= "American Samoa" ;	Countrys[2].cnName= "美国萨摩亚群岛" ;  	Countrys[3] = new Country();	Countrys[3].ID="005";	Countrys[3].enName= "Andorra" ;	Countrys[3].cnName= "安道尔" ;  	Countrys[4] = new Country();	Countrys[4].ID="006";	Countrys[4].enName= "Angola" ;	Countrys[4].cnName= "安哥拉" ;  	Countrys[5] = new Country();	Countrys[5].ID="007";	Countrys[5].enName= "Anguilla" ;	Countrys[5].cnName= "安圭拉" ;  	Countrys[6] = new Country();	Countrys[6].ID="008";	Countrys[6].enName= "Antigua&Barbuda" ;	Countrys[6].cnName= "安提瓜及巴布达" ;  	Countrys[7] = new Country();	Countrys[7].ID="009";	Countrys[7].enName= "Argentina" ;	Countrys[7].cnName= "阿根廷" ;  	Countrys[8] = new Country();	Countrys[8].ID="010";	Countrys[8].enName= "Armenia" ;	Countrys[8].cnName= "亚米尼亚" ;  	Countrys[9] = new Country();	Countrys[9].ID="011";	Countrys[9].enName= "Aruba" ;	Countrys[9].cnName= "阿鲁巴岛" ;  	Countrys[10] = new Country();	Countrys[10].ID="012";	Countrys[10].enName= "Australia" ;	Countrys[10].cnName= "澳大利亚" ;  	Countrys[11] = new Country();	Countrys[11].ID="013";	Countrys[11].enName= "Austria" ;	Countrys[11].cnName= "奥地利" ;  	Countrys[12] = new Country();	Countrys[12].ID="014";	Countrys[12].enName= "Azerbaijan" ;	Countrys[12].cnName= "阿塞拜疆" ;  	Countrys[13] = new Country();	Countrys[13].ID="015";	Countrys[13].enName= "Azores (Portugal)" ;	Countrys[13].cnName= "阿述尔群岛" ;  	Countrys[14] = new Country();	Countrys[14].ID="016";	Countrys[14].enName= "Bahamas" ;	Countrys[14].cnName= "巴哈马" ;  	Countrys[15] = new Country();	Countrys[15].ID="017";	Countrys[15].enName= "Bahrain" ;	Countrys[15].cnName= "巴林" ;  	Countrys[16] = new Country();	Countrys[16].ID="018";	Countrys[16].enName= "Bangladesh" ;	Countrys[16].cnName= "孟加拉" ;  	Countrys[17] = new Country();	Countrys[17].ID="019";	Countrys[17].enName= "Barbados" ;	Countrys[17].cnName= "巴巴多斯" ;  	Countrys[18] = new Country();	Countrys[18].ID="020";	Countrys[18].enName= "Barbuda" ;	Countrys[18].cnName= "巴布达岛" ;  	Countrys[19] = new Country();	Countrys[19].ID="021";	Countrys[19].enName= "Belarus" ;	Countrys[19].cnName= "白俄罗斯" ;  	Countrys[20] = new Country();	Countrys[20].ID="022";	Countrys[20].enName= "Belgium" ;	Countrys[20].cnName= "比利时" ;  	Countrys[21] = new Country();	Countrys[21].ID="023";	Countrys[21].enName= "Belize" ;	Countrys[21].cnName= "贝利兹" ;  	Countrys[22] = new Country();	Countrys[22].ID="024";	Countrys[22].enName= "Benin" ;	Countrys[22].cnName= "贝宁" ;  	Countrys[23] = new Country();	Countrys[23].ID="025";	Countrys[23].enName= "Bermuda" ;	Countrys[23].cnName= "百慕达" ;  	Countrys[24] = new Country();	Countrys[24].ID="026";	Countrys[24].enName= "Bhutan" ;	Countrys[24].cnName= "不丹" ;  	Countrys[25] = new Country();	Countrys[25].ID="027";	Countrys[25].enName= "Bolivia" ;	Countrys[25].cnName= "玻利维亚" ;  	Countrys[26] = new Country();	Countrys[26].ID="028";	Countrys[26].enName= "Bonaire (Netherlands Antilles)" ;	Countrys[26].cnName= "博内尔岛" ;  	Countrys[27] = new Country();	Countrys[27].ID="029";	Countrys[27].enName= "Bosnia" ;	Countrys[27].cnName= "波斯尼亚" ;  	Countrys[28] = new Country();	Countrys[28].ID="030";	Countrys[28].enName= "Botswana" ;	Countrys[28].cnName= "博茨瓦纳" ;  	Countrys[29] = new Country();	Countrys[29].ID="031";	Countrys[29].enName= "Br.Virgin Islands" ;	Countrys[29].cnName= "英属维尔京群岛" ;  	Countrys[30] = new Country();	Countrys[30].ID="032";	Countrys[30].enName= "Brazil" ;	Countrys[30].cnName= "巴西" ;  	Countrys[31] = new Country();	Countrys[31].ID="033";	Countrys[31].enName= "Brunei" ;	Countrys[31].cnName= "文莱" ;  	Countrys[32] = new Country();	Countrys[32].ID="034";	Countrys[32].enName= "Bulgaria" ;	Countrys[32].cnName= "保加利亚" ;  	Countrys[33] = new Country();	Countrys[33].ID="035";	Countrys[33].enName= "Burkina Faso" ;	Countrys[33].cnName= "伯金那法索" ;  	Countrys[34] = new Country();	Countrys[34].ID="036";	Countrys[34].enName= "Burundi" ;	Countrys[34].cnName= "布隆迪" ;  	Countrys[35] = new Country();	Countrys[35].ID="037";	Countrys[35].enName= "Cambodia" ;	Countrys[35].cnName= "柬埔寨" ;  	Countrys[36] = new Country();	Countrys[36].ID="038";	Countrys[36].enName= "Cameroon" ;	Countrys[36].cnName= "喀麦隆" ;  	Countrys[37] = new Country();	Countrys[37].ID="039";	Countrys[37].enName= "Canada" ;	Countrys[37].cnName= "加拿大" ;  	Countrys[38] = new Country();	Countrys[38].ID="040";	Countrys[38].enName= "Cape Verde" ;	Countrys[38].cnName= "绿角群岛" ;  	Countrys[39] = new Country();	Countrys[39].ID="041";	Countrys[39].enName= "Cayman Islands" ;	Countrys[39].cnName= "开曼群岛" ;  	Countrys[40] = new Country();	Countrys[40].ID="042";	Countrys[40].enName= "Central African Republic" ;	Countrys[40].cnName= "中非" ;  	Countrys[41] = new Country();	Countrys[41].ID="043";	Countrys[41].enName= "Chad" ;	Countrys[41].cnName= "乍得" ;  	Countrys[42] = new Country();	Countrys[42].ID="044";	Countrys[42].enName= "Chile" ;	Countrys[42].cnName= "智利" ;  	Countrys[43] = new Country();	Countrys[43].ID="045";	Countrys[43].enName= "Colombia" ;	Countrys[43].cnName= "哥伦比亚" ;  	Countrys[44] = new Country();	Countrys[44].ID="046";	Countrys[44].enName= "Congo,the Democratic Republic of " ;	Countrys[44].cnName= "刚果民主共和国(金)" ;  	Countrys[45] = new Country();	Countrys[45].ID="047";	Countrys[45].enName= "Congo" ;	Countrys[45].cnName= "刚果" ;  	Countrys[46] = new Country();	Countrys[46].ID="048";	Countrys[46].enName= "Cook Islands" ;	Countrys[46].cnName= "库克群岛" ;  	Countrys[47] = new Country();	Countrys[47].ID="049";	Countrys[47].enName= "Costa Rica" ;	Countrys[47].cnName= "哥斯达黎加" ;  	Countrys[48] = new Country();	Countrys[48].ID="050";	Countrys[48].enName= "Croatia" ;	Countrys[48].cnName= "克罗地亚" ;  	Countrys[49] = new Country();	Countrys[49].ID="051";	Countrys[49].enName= "Cyprus" ;	Countrys[49].cnName= "塞浦路斯" ;  	Countrys[50] = new Country();	Countrys[50].ID="052";	Countrys[50].enName= "Czech Republic" ;	Countrys[50].cnName= "捷克共和国" ;  	Countrys[51] = new Country();	Countrys[51].ID="053";	Countrys[51].enName= "Denmark" ;	Countrys[51].cnName= "丹麦" ;  	Countrys[52] = new Country();	Countrys[52].ID="054";	Countrys[52].enName= "Djibouti" ;	Countrys[52].cnName= "吉布提" ;  	Countrys[53] = new Country();	Countrys[53].ID="055";	Countrys[53].enName= "Dominica" ;	Countrys[53].cnName= "多米尼加" ;  	Countrys[54] = new Country();	Countrys[54].ID="056";	Countrys[54].enName= "Dominican Republic" ;	Countrys[54].cnName= "多米尼加共和国" ;  	Countrys[55] = new Country();	Countrys[55].ID="057";	Countrys[55].enName= "Ecuador" ;	Countrys[55].cnName= "厄瓜多尔" ;  	Countrys[56] = new Country();	Countrys[56].ID="058";	Countrys[56].enName= "Egypt" ;	Countrys[56].cnName= "埃及" ;  	Countrys[57] = new Country();	Countrys[57].ID="059";	Countrys[57].enName= "El Salvador" ;	Countrys[57].cnName= "萨尔瓦多" ;  	Countrys[58] = new Country();	Countrys[58].ID="060";	Countrys[58].enName= "Equatorial Guinea" ;	Countrys[58].cnName= "赤道几内亚" ;  	Countrys[59] = new Country();	Countrys[59].ID="061";	Countrys[59].enName= "Eritrea" ;	Countrys[59].cnName= "厄立特里亚" ;  	Countrys[60] = new Country();	Countrys[60].ID="062";	Countrys[60].enName= "Estonia" ;	Countrys[60].cnName= "爱沙尼亚" ;  	Countrys[61] = new Country();	Countrys[61].ID="063";	Countrys[61].enName= "Ethiopia" ;	Countrys[61].cnName= "埃塞俄比亚" ;  	Countrys[62] = new Country();	Countrys[62].ID="064";	Countrys[62].enName= "Faeroe Islans" ;	Countrys[62].cnName= "非罗岛" ;  	Countrys[63] = new Country();	Countrys[63].ID="065";	Countrys[63].enName= "Fiji Islands" ;	Countrys[63].cnName= "斐济" ;  	Countrys[64] = new Country();	Countrys[64].ID="066";	Countrys[64].enName= "Finland" ;	Countrys[64].cnName= "芬兰" ;  	Countrys[65] = new Country();	Countrys[65].ID="067";	Countrys[65].enName= "France" ;	Countrys[65].cnName= "法国" ;  	Countrys[66] = new Country();	Countrys[66].ID="068";	Countrys[66].enName= "French Guiana" ;	Countrys[66].cnName= "法属圭亚那" ;  	Countrys[67] = new Country();	Countrys[67].ID="069";	Countrys[67].enName= "French Polynesia" ;	Countrys[67].cnName= "法属波利尼西亚" ;  	Countrys[68] = new Country();	Countrys[68].ID="070";	Countrys[68].enName= "Gabon" ;	Countrys[68].cnName= "加蓬" ;  	Countrys[69] = new Country();	Countrys[69].ID="071";	Countrys[69].enName= "Gambia" ;	Countrys[69].cnName= "冈比亚" ;  	Countrys[70] = new Country();	Countrys[70].ID="072";	Countrys[70].enName= "Georgia" ;	Countrys[70].cnName= "格鲁吉亚" ;  	Countrys[71] = new Country();	Countrys[71].ID="073";	Countrys[71].enName= "Germany" ;	Countrys[71].cnName= "德国" ;  	Countrys[72] = new Country();	Countrys[72].ID="074";	Countrys[72].enName= "Ghana" ;	Countrys[72].cnName= "加纳" ;  	Countrys[73] = new Country();	Countrys[73].ID="075";	Countrys[73].enName= "Gibraltar" ;	Countrys[73].cnName= "直布罗陀" ;  	Countrys[74] = new Country();	Countrys[74].ID="076";	Countrys[74].enName= "Greece" ;	Countrys[74].cnName= "希腊" ;  	Countrys[75] = new Country();	Countrys[75].ID="077";	Countrys[75].enName= "Greenland" ;	Countrys[75].cnName= "格陵兰" ;  	Countrys[76] = new Country();	Countrys[76].ID="078";	Countrys[76].enName= "Grenada" ;	Countrys[76].cnName= "格林纳达" ;  	Countrys[77] = new Country();	Countrys[77].ID="079";	Countrys[77].enName= "Guadeloupe" ;	Countrys[77].cnName= "厄德罗普" ;  	Countrys[78] = new Country();	Countrys[78].ID="080";	Countrys[78].enName= "Guam" ;	Countrys[78].cnName= "关岛" ;  	Countrys[79] = new Country();	Countrys[79].ID="081";	Countrys[79].enName= "Guatemala" ;	Countrys[79].cnName= "危地马拉" ;  	Countrys[80] = new Country();	Countrys[80].ID="082";	Countrys[80].enName= "Guinea" ;	Countrys[80].cnName= "几内亚" ;  	Countrys[81] = new Country();	Countrys[81].ID="083";	Countrys[81].enName= "Guinea-Bissau" ;	Countrys[81].cnName= "几内亚比绍" ;  	Countrys[82] = new Country();	Countrys[82].ID="084";	Countrys[82].enName= "Guyana" ;	Countrys[82].cnName= "圭亚那" ;  	Countrys[83] = new Country();	Countrys[83].ID="085";	Countrys[83].enName= "Haiti" ;	Countrys[83].cnName= "海地" ;  	Countrys[84] = new Country();	Countrys[84].ID="086";	Countrys[84].enName= "Holland (The Netherlands)" ;	Countrys[84].cnName= "荷兰" ;  	Countrys[85] = new Country();	Countrys[85].ID="087";	Countrys[85].enName= "Honduras" ;	Countrys[85].cnName= "洪都拉斯" ;  	Countrys[86] = new Country();	Countrys[86].ID="088";	Countrys[86].enName= "Hong Kong" ;	Countrys[86].cnName= "中国香港" ;  	Countrys[87] = new Country();	Countrys[87].ID="089";	Countrys[87].enName= "Hungary" ;	Countrys[87].cnName= "匈牙利" ;  	Countrys[88] = new Country();	Countrys[88].ID="090";	Countrys[88].enName= "Iceland" ;	Countrys[88].cnName= "冰岛" ;  	Countrys[89] = new Country();	Countrys[89].ID="091";	Countrys[89].enName= "India" ;	Countrys[89].cnName= "印度" ;  	Countrys[90] = new Country();	Countrys[90].ID="092";	Countrys[90].enName= "Indonesia" ;	Countrys[90].cnName= "印度尼西亚" ;  	Countrys[91] = new Country();	Countrys[91].ID="093";	Countrys[91].enName= "Iraq" ;	Countrys[91].cnName= "伊拉克" ;  	Countrys[92] = new Country();	Countrys[92].ID="094";	Countrys[92].enName= "Ireland" ;	Countrys[92].cnName= "爱尔兰共和国" ;  	Countrys[93] = new Country();	Countrys[93].ID="095";	Countrys[93].enName= "Israel" ;	Countrys[93].cnName= "以色列" ;  	Countrys[94] = new Country();	Countrys[94].ID="096";	Countrys[94].enName= "Italy" ;	Countrys[94].cnName= "意大利" ;  	Countrys[95] = new Country();	Countrys[95].ID="097";	Countrys[95].enName= "Ivory Coast(Cote d'lvoire)" ;	Countrys[95].cnName= "象牙海岸" ;  	Countrys[96] = new Country();	Countrys[96].ID="098";	Countrys[96].enName= "Jamaica" ;	Countrys[96].cnName= "牙买加" ;  	Countrys[97] = new Country();	Countrys[97].ID="099";	Countrys[97].enName= "Japan" ;	Countrys[97].cnName= "日本" ;  	Countrys[98] = new Country();	Countrys[98].ID="100";	Countrys[98].enName= "Jordan" ;	Countrys[98].cnName= "约旦" ;  	Countrys[99] = new Country();	Countrys[99].ID="101";	Countrys[99].enName= "Kazakhstan" ;	Countrys[99].cnName= "哈萨克斯坦" ;  	Countrys[100] = new Country();	Countrys[100].ID="102";	Countrys[100].enName= "Kenya" ;	Countrys[100].cnName= "肯尼亚" ;  	Countrys[101] = new Country();	Countrys[101].ID="103";	Countrys[101].enName= "Kirghizia" ;	Countrys[101].cnName= "肯尼西亚" ;  	Countrys[102] = new Country();	Countrys[102].ID="104";	Countrys[102].enName= "Kiribati" ;	Countrys[102].cnName= "基里巴斯" ;  	Countrys[103] = new Country();	Countrys[103].ID="105";	Countrys[103].enName= "Korea,South" ;	Countrys[103].cnName= "韩国" ;  	Countrys[104] = new Country();	Countrys[104].ID="106";	Countrys[104].enName= "Kuwait" ;	Countrys[104].cnName= "科威特" ;  	Countrys[105] = new Country();	Countrys[105].ID="107";	Countrys[105].enName= "Laos" ;	Countrys[105].cnName= "老挝" ;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -