- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有这个带有国家/地区列表的 JavaScript 代码。
var country_list = [
{"country_code": "AD", "country_name": "Andorra"},
{"country_code": "AE", "country_name": "United Arab Emirates"},
{"country_code": "AF", "country_name": "Afghanistan"},
{"country_code": "AG", "country_name": "Antigua and Barbuda"},
{"country_code": "AI", "country_name": "Anguilla"},
{"country_code": "AL", "country_name": "Albania"},
{"country_code": "AM", "country_name": "Armenia"},
{"country_code": "AN", "country_name": "Netherlands Antilles"},
{"country_code": "AO", "country_name": "Angola"},
{"country_code": "AQ", "country_name": "Antarctica"},
{"country_code": "AR", "country_name": "Argentina"},
{"country_code": "AS", "country_name": "American Samoa"},
{"country_code": "AT", "country_name": "Austria"},
{"country_code": "AU", "country_name": "Australia"},
{"country_code": "AW", "country_name": "Aruba"},
{"country_code": "AZ", "country_name": "Azerbaijan"},
{"country_code": "BA", "country_name": "Bosnia and Herzegovina"},
{"country_code": "BB", "country_name": "Barbados"},
{"country_code": "BD", "country_name": "Bangladesh"},
{"country_code": "BE", "country_name": "Belgium"},
{"country_code": "BF", "country_name": "Burkina Faso"},
{"country_code": "BG", "country_name": "Bulgaria"},
{"country_code": "BH", "country_name": "Bahrain"},
{"country_code": "BI", "country_name": "Burundi"},
{"country_code": "BJ", "country_name": "Benin"},
{"country_code": "BM", "country_name": "Bermuda"},
{"country_code": "BN", "country_name": "Brunei Darussalam"},
{"country_code": "BO", "country_name": "Bolivia"},
{"country_code": "BR", "country_name": "Brazil"},
{"country_code": "BS", "country_name": "Bahamas"},
{"country_code": "BT", "country_name": "Bhutan"},
{"country_code": "BV", "country_name": "Bouvet Island"},
{"country_code": "BW", "country_name": "Botswana"},
{"country_code": "BY", "country_name": "Belarus"},
{"country_code": "BZ", "country_name": "Belize"},
{"country_code": "CA", "country_name": "Canada"},
{"country_code": "CC", "country_name": "Cocos (Keeling) Islands"},
{"country_code": "CF", "country_name": "Central African Republic"},
{"country_code": "CG", "country_name": "Congo"},
{"country_code": "CH", "country_name": "Switzerland"},
{"country_code": "CI", "country_name": "Cote D'Ivoire (Ivory Coast)"},
{"country_code": "CK", "country_name": "Cook Islands"},
{"country_code": "CL", "country_name": "Chile"},
{"country_code": "CM", "country_name": "Cameroon"},
{"country_code": "CN", "country_name": "China"},
{"country_code": "CO", "country_name": "Colombia"},
{"country_code": "CR", "country_name": "Costa Rica"},
{"country_code": "CS", "country_name": "Czechoslovakia (former)"},
{"country_code": "CU", "country_name": "Cuba"},
{"country_code": "CV", "country_name": "Cape Verde"},
{"country_code": "CX", "country_name": "Christmas Island"},
{"country_code": "CY", "country_name": "Cyprus"},
{"country_code": "CZ", "country_name": "Czech Republic"},
{"country_code": "DE", "country_name": "Germany"},
{"country_code": "DJ", "country_name": "Djibouti"},
{"country_code": "DK", "country_name": "Denmark"},
{"country_code": "DM", "country_name": "Dominica"},
{"country_code": "DO", "country_name": "Dominican Republic"},
{"country_code": "DZ", "country_name": "Algeria"},
{"country_code": "EC", "country_name": "Ecuador"},
{"country_code": "EE", "country_name": "Estonia"},
{"country_code": "EG", "country_name": "Egypt"},
{"country_code": "EH", "country_name": "Western Sahara"},
{"country_code": "ER", "country_name": "Eritrea"},
{"country_code": "ES", "country_name": "Spain"},
{"country_code": "ET", "country_name": "Ethiopia"},
{"country_code": "FI", "country_name": "Finland"},
{"country_code": "FJ", "country_name": "Fiji"},
{"country_code": "FK", "country_name": "Falkland Islands (Malvinas)"},
{"country_code": "FM", "country_name": "Micronesia"},
{"country_code": "FO", "country_name": "Faroe Islands"},
{"country_code": "FR", "country_name": "France"},
{"country_code": "FX", "country_name": "France, Metropolitan"},
{"country_code": "GA", "country_name": "Gabon"},
{"country_code": "GB", "country_name": "Great Britain (UK)"},
{"country_code": "GD", "country_name": "Grenada"},
{"country_code": "GE", "country_name": "Georgia"},
{"country_code": "GF", "country_name": "French Guiana"},
{"country_code": "GH", "country_name": "Ghana"},
{"country_code": "GI", "country_name": "Gibraltar"},
{"country_code": "GL", "country_name": "Greenland"},
{"country_code": "GM", "country_name": "Gambia"},
{"country_code": "GN", "country_name": "Guinea"},
{"country_code": "GP", "country_name": "Guadeloupe"},
{"country_code": "GQ", "country_name": "Equatorial Guinea"},
{"country_code": "GR", "country_name": "Greece"},
{"country_code": "GS", "country_name": "S. Georgia and S. Sandwich Isls."},
{"country_code": "GT", "country_name": "Guatemala"},
{"country_code": "GU", "country_name": "Guam"},
{"country_code": "GW", "country_name": "Guinea-Bissau"},
{"country_code": "GY", "country_name": "Guyana"},
{"country_code": "HK", "country_name": "Hong Kong"},
{"country_code": "HM", "country_name": "Heard and McDonald Islands"},
{"country_code": "HN", "country_name": "Honduras"},
{"country_code": "HR", "country_name": "Croatia (Hrvatska)"},
{"country_code": "HT", "country_name": "Haiti"},
{"country_code": "HU", "country_name": "Hungary"},
{"country_code": "ID", "country_name": "Indonesia"},
{"country_code": "IE", "country_name": "Ireland"},
{"country_code": "IL", "country_name": "Israel"},
{"country_code": "IN", "country_name": "India"},
{"country_code": "IO", "country_name": "British Indian Ocean Territory"},
{"country_code": "IQ", "country_name": "Iraq"},
{"country_code": "IR", "country_name": "Iran"},
{"country_code": "IS", "country_name": "Iceland"},
{"country_code": "IT", "country_name": "Italy"},
{"country_code": "JM", "country_name": "Jamaica"},
{"country_code": "JO", "country_name": "Jordan"},
{"country_code": "JP", "country_name": "Japan"},
{"country_code": "KE", "country_name": "Kenya"},
{"country_code": "KG", "country_name": "Kyrgyzstan"},
{"country_code": "KH", "country_name": "Cambodia"},
{"country_code": "KI", "country_name": "Kiribati"},
{"country_code": "KM", "country_name": "Comoros"},
{"country_code": "KN", "country_name": "Saint Kitts and Nevis"},
{"country_code": "KP", "country_name": "Korea (North)"},
{"country_code": "KR", "country_name": "Korea (South)"},
{"country_code": "KW", "country_name": "Kuwait"},
{"country_code": "KY", "country_name": "Cayman Islands"},
{"country_code": "KZ", "country_name": "Kazakhstan"},
{"country_code": "LA", "country_name": "Laos"},
{"country_code": "LB", "country_name": "Lebanon"},
{"country_code": "LC", "country_name": "Saint Lucia"},
{"country_code": "LI", "country_name": "Liechtenstein"},
{"country_code": "LK", "country_name": "Sri Lanka"},
{"country_code": "LR", "country_name": "Liberia"},
{"country_code": "LS", "country_name": "Lesotho"},
{"country_code": "LT", "country_name": "Lithuania"},
{"country_code": "LU", "country_name": "Luxembourg"},
{"country_code": "LV", "country_name": "Latvia"},
{"country_code": "LY", "country_name": "Libya"},
{"country_code": "MA", "country_name": "Morocco"},
{"country_code": "MC", "country_name": "Monaco"},
{"country_code": "MD", "country_name": "Moldova"},
{"country_code": "MG", "country_name": "Madagascar"},
{"country_code": "MH", "country_name": "Marshall Islands"},
{"country_code": "MK", "country_name": "Macedonia"},
{"country_code": "ML", "country_name": "Mali"},
{"country_code": "MM", "country_name": "Myanmar"},
{"country_code": "MN", "country_name": "Mongolia"},
{"country_code": "MO", "country_name": "Macau"},
{"country_code": "MP", "country_name": "Northern Mariana Islands"},
{"country_code": "MQ", "country_name": "Martinique"},
{"country_code": "MR", "country_name": "Mauritania"},
{"country_code": "MS", "country_name": "Montserrat"},
{"country_code": "MT", "country_name": "Malta"},
{"country_code": "MU", "country_name": "Mauritius"},
{"country_code": "MV", "country_name": "Maldives"},
{"country_code": "MW", "country_name": "Malawi"},
{"country_code": "MX", "country_name": "Mexico"},
{"country_code": "MY", "country_name": "Malaysia"},
{"country_code": "MZ", "country_name": "Mozambique"},
{"country_code": "NA", "country_name": "Namibia"},
{"country_code": "NC", "country_name": "New Caledonia"},
{"country_code": "NE", "country_name": "Niger"},
{"country_code": "NF", "country_name": "Norfolk Island"},
{"country_code": "NG", "country_name": "Nigeria"},
{"country_code": "NI", "country_name": "Nicaragua"},
{"country_code": "NL", "country_name": "Netherlands"},
{"country_code": "NO", "country_name": "Norway"},
{"country_code": "NP", "country_name": "Nepal"},
{"country_code": "NR", "country_name": "Nauru"},
{"country_code": "NT", "country_name": "Neutral Zone"},
{"country_code": "NU", "country_name": "Niue"},
{"country_code": "NZ", "country_name": "New Zealand (Aotearoa)"},
{"country_code": "OM", "country_name": "Oman"},
{"country_code": "PA", "country_name": "Panama"},
{"country_code": "PE", "country_name": "Peru"},
{"country_code": "PF", "country_name": "French Polynesia"},
{"country_code": "PG", "country_name": "Papua New Guinea"},
{"country_code": "PH", "country_name": "Philippines"},
{"country_code": "PK", "country_name": "Pakistan"},
{"country_code": "PL", "country_name": "Poland"},
{"country_code": "PM", "country_name": "St. Pierre and Miquelon"},
{"country_code": "PN", "country_name": "Pitcairn"},
{"country_code": "PR", "country_name": "Puerto Rico"},
{"country_code": "PT", "country_name": "Portugal"},
{"country_code": "PW", "country_name": "Palau"},
{"country_code": "PY", "country_name": "Paraguay"},
{"country_code": "QA", "country_name": "Qatar"},
{"country_code": "RE", "country_name": "Reunion"},
{"country_code": "RO", "country_name": "Romania"},
{"country_code": "RU", "country_name": "Russia"},
{"country_code": "RW", "country_name": "Rwanda"},
{"country_code": "SA", "country_name": "Saudi Arabia"},
{"country_code": "Sb", "country_name": "Solomon Islands"},
{"country_code": "SC", "country_name": "Seychelles"},
{"country_code": "SD", "country_name": "Sudan"},
{"country_code": "SE", "country_name": "Sweden"},
{"country_code": "SG", "country_name": "Singapore"},
{"country_code": "SH", "country_name": "St. Helena"},
{"country_code": "SI", "country_name": "Slovenia"},
{"country_code": "SJ", "country_name": "Svalbard and Jan Mayen Islands"},
{"country_code": "SK", "country_name": "Slovak Republic"},
{"country_code": "SL", "country_name": "Sierra Leone"},
{"country_code": "SM", "country_name": "San Marino"},
{"country_code": "SN", "country_name": "Senegal"},
{"country_code": "SO", "country_name": "Somalia"},
{"country_code": "SR", "country_name": "Suriname"},
{"country_code": "ST", "country_name": "Sao Tome and Principe"},
{"country_code": "SU", "country_name": "USSR (former)"},
{"country_code": "SV", "country_name": "El Salvador"},
{"country_code": "SY", "country_name": "Syria"},
{"country_code": "SZ", "country_name": "Swaziland"},
{"country_code": "TC", "country_name": "Turks and Caicos Islands"},
{"country_code": "TD", "country_name": "Chad"},
{"country_code": "TF", "country_name": "French Southern Territories"},
{"country_code": "TG", "country_name": "Togo"},
{"country_code": "TH", "country_name": "Thailand"},
{"country_code": "TJ", "country_name": "Tajikistan"},
{"country_code": "TK", "country_name": "Tokelau"},
{"country_code": "TM", "country_name": "Turkmenistan"},
{"country_code": "TN", "country_name": "Tunisia"},
{"country_code": "TO", "country_name": "Tonga"},
{"country_code": "TP", "country_name": "East Timor"},
{"country_code": "TR", "country_name": "Turkey"},
{"country_code": "TT", "country_name": "Trinidad and Tobago"},
{"country_code": "TV", "country_name": "Tuvalu"},
{"country_code": "TW", "country_name": "Taiwan"},
{"country_code": "TZ", "country_name": "Tanzania"},
{"country_code": "UA", "country_name": "Ukraine"},
{"country_code": "UG", "country_name": "Uganda"},
{"country_code": "UK", "country_name": "United Kingdom"},
{"country_code": "UM", "country_name": "US Minor Outlying Islands"},
{"country_code": "US", "country_name": "United States"},
{"country_code": "UY", "country_name": "Uruguay"},
{"country_code": "UZ", "country_name": "Uzbekistan"},
{"country_code": "VA", "country_name": "Vatican City State (Holy See)"},
{"country_code": "VC", "country_name": "Saint Vincent and the Grenadines"},
{"country_code": "VE", "country_name": "Venezuela"},
{"country_code": "VG", "country_name": "Virgin Islands (British)"},
{"country_code": "VI", "country_name": "Virgin Islands (U.S.)"},
{"country_code": "VN", "country_name": "Viet Nam"},
{"country_code": "VU", "country_name": "Vanuatu"},
{"country_code": "WF", "country_name": "Wallis and Futuna Islands"},
{"country_code": "WS", "country_name": "Samoa"},
{"country_code": "YE", "country_name": "Yemen"},
{"country_code": "YT", "country_name": "Mayotte"},
{"country_code": "YU", "country_name": "Yugoslavia"},
{"country_code": "ZA", "country_name": "South Africa"},
{"country_code": "ZM", "country_name": "Zambia"},
{"country_code": "ZR", "country_name": "Zaire"},
{"country_code": "ZW", "country_name": "Zimbabwe"}
];
我正在尝试使用选择和选项下拉列表创建一个国家/地区字段,其中国家/地区名称将是全名,发送到服务器的值将是 2 个字母的缩写。还需要默认选择美国国家/地区。
这是我尝试过的方法,但不起作用
var select = document.getElementById("country");
var options = country_list;
for(var i = 0; i < options.length; i++) {
var opt = options[i];
var el = document.createElement("option");
el.textContent = opt;
el.value = opt;
select.appendChild(el);
}
最佳答案
有几个问题:
您已使用 opt
(一个对象)作为名称和值。
向选择框添加选项的最简单方法是使用 Option
构造函数,而不是使用 textContent
根本不需要使用新变量 options
来引用已有变量 country_list
所引用的数组。
所以:
var selectOptions = document.getElementById("country").options;
for(var i = 0; i < country_list.length; i++) {
var opt = country_list[i];
selectOptions.add(new Option(
opt.country_name,
opt.country_code
));
}
实例:
var country_list = [{
"country_code": "AD",
"country_name": "Andorra"
}, {
"country_code": "AE",
"country_name": "United Arab Emirates"
}, {
"country_code": "AF",
"country_name": "Afghanistan"
}, {
"country_code": "AG",
"country_name": "Antigua and Barbuda"
}, {
"country_code": "AI",
"country_name": "Anguilla"
}, {
"country_code": "AL",
"country_name": "Albania"
}, {
"country_code": "AM",
"country_name": "Armenia"
}, {
"country_code": "AN",
"country_name": "Netherlands Antilles"
}, {
"country_code": "AO",
"country_name": "Angola"
}, {
"country_code": "AQ",
"country_name": "Antarctica"
}, {
"country_code": "AR",
"country_name": "Argentina"
}, {
"country_code": "AS",
"country_name": "American Samoa"
}, {
"country_code": "AT",
"country_name": "Austria"
}/*...and so on...*/];
var selectOptions = document.getElementById("country").options;
for (var i = 0; i < country_list.length; i++) {
var opt = country_list[i];
selectOptions.add(new Option(
opt.country_name,
opt.country_code
));
}
<select id="country"></select>
或者(如果您在 ES5 环境中工作或为 Array#forEach
应用填充程序):
var selectOptions = document.getElementById("country").options;
country_list.forEach(function(e) {
selectOptions.add(new Option(
e.country_name,
e.country_code
));
});
实例:
var country_list = [{
"country_code": "AD",
"country_name": "Andorra"
}, {
"country_code": "AE",
"country_name": "United Arab Emirates"
}, {
"country_code": "AF",
"country_name": "Afghanistan"
}, {
"country_code": "AG",
"country_name": "Antigua and Barbuda"
}, {
"country_code": "AI",
"country_name": "Anguilla"
}, {
"country_code": "AL",
"country_name": "Albania"
}, {
"country_code": "AM",
"country_name": "Armenia"
}, {
"country_code": "AN",
"country_name": "Netherlands Antilles"
}, {
"country_code": "AO",
"country_name": "Angola"
}, {
"country_code": "AQ",
"country_name": "Antarctica"
}, {
"country_code": "AR",
"country_name": "Argentina"
}, {
"country_code": "AS",
"country_name": "American Samoa"
}, {
"country_code": "AT",
"country_name": "Austria"
}/*...and so on...*/];
var selectOptions = document.getElementById("country").options;
country_list.forEach(function(e) {
selectOptions.add(new Option(
e.country_name,
e.country_code
));
});
<select id="country"></select>
关于javascript - HTML DOM 表单选择选项下拉列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32040475/
是否有某种方法可以使用 JPA 或 Hibernate Crtiteria API 来表示这种 SQL?或者我应该将其作为 native 执行吗? SELECT A.X FROM (SELECT X,
在查询中, select id,name,feature,marks from (....) 我想删除其 id 在另一个 select 语句中存在的那些。 从 (...) 中选择 id 我是 sql
我想响应用户在 select 元素中选择一个项目。然而这个 jQuery: $('#platypusDropDown').select(function () { alert('You sel
这个问题在这里已经有了答案: SQL select only rows with max value on a column [duplicate] (27 个回答) 关闭8年前。 我正在学习 SQL
This question already has answers here: “Notice: Undefined variable”, “Notice: Undefined index”, and
我在 php 脚本中调用 SQL。有时“DE”中没有值,如果是这种情况我想从“EN”中获取值 应该是这样的,但不是这样的 IF (EXISTS (SELECT epf_application_deta
这可能是一个奇怪的问题,但不知道如何研究它。执行以下查询时: SELECT Foo.col1, Foo.col2, Foo.col3 FROM Foo INNER JOIN Bar ON
如何在使用 Camera.DestinationType.FILE_URI. 时在 phonegap camera API 中同时选择或拾取多个图像我能够一次只选择一张图像。我可以使用 this 在
这是一个纯粹的学术问题。这两个陈述实际上是否相同? IF EXISTS (SELECT TOP 1 1 FROM Table1) SELECT 1 ELSE SELECT 0 相对 IF EXIS
我使用 JSoup 来解析 HTML 响应。我有多个 Div 标签。我必须根据 ID 选择 Div 标签。 我的伪代码是这样的 Document divTag = Jsoup.connect(link
我正在处理一个具有多个选择框的表单。当用户从 selectbox1 中选择一个选项时,我需要 selectbox2 active 的另一个值。同样,当他选择 selectbox2 的另一个值时,我需要
Acme Inc. Christa Woods Charlotte Freeman Jeffrey Walton Ella Hubbard Se
我有一个login.html其中form定义如下: First Initial Plus Last Name : 我的do_authorize如下: "; pri
$.get( 'http://www.ufilme.ro/api/load/maron_online/470', function(data
我有一个下拉列表“磅”、“克”、“千克”和“盎司”。我想要这样一种情况,当我选择 gram 来执行一个函数时,当我在输入字段中输入一个值时,当我选择 pounds 时,我想要另一个函数来执行时我在输入
我有一个 GLSL 着色器,它从输入纹理的 channel 之一(例如 R)读取,然后写入输出纹理中的同一 channel 。该 channel 必须由用户选择。 我现在能想到的就是使用一个 int
我想根据下拉列表中的选定值生成输入文本框。 Options 2 3 4 5 就在这个选择框之后,一些输入字段应该按照选定的数字出现。 最佳答案 我建议您使用响应式(Reac
我是 SQL 新手,我想问一下如何根据首选项和分组选择条目。 +----------+----------+------+ | ENTRY_ID | ROUTE_ID | TYPE | +------
我有以下表结构: CREATE TABLE [dbo].[UTS_USERCLIENT_MAPPING_USER_LIST] ( [MAPPING_ID] [int] IDENTITY(1,1
我在移除不必要的床单时遇到了问题。我查看了不同的论坛并将不同的解决方案混合在一起。 此宏删除工作表(第一张工作表除外)。 Sub wrong() Dim sht As Object Applicati
我是一名优秀的程序员,十分优秀!