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下拉框,设置不被选择方式的主要内容,如果未能解决你的问题,请参考以下文章