select下拉框,设置不被选择方式

Posted 韩鹏鹏

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了select下拉框,设置不被选择方式相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>

<body>
<select>
<option value="">1</option>
<option value="">2</option>
<optgroup label="3"></optgroup>
<optgroup label="4"></optgroup>
<optgroup label="5"></optgroup>
</select>
</body>
</html>

 

以上是关于select下拉框,设置不被选择方式的主要内容,如果未能解决你的问题,请参考以下文章

html下拉框 select

如何触发下拉框下拉事件

selenium-获取下拉选择框value默认的文本,而不是下拉框所有的文本值

45、vue select下拉框绑定默认值

html中动态生成下拉框时的宽度设置

怎么在动态添加select下拉框中 选择一个默认的option