在html<select>下拉框中,您可以设置一个空值以使开始显示为空(例如,将第一行<optionvalue=“kongbai”></option>设置为空)。操作代码如下:<!doctypehtmlpublic“//w3c//dtdxhtml1.0过渡版//en”“http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd“><htmlxmlns=”http://www.w3.org/1999/xhtml“><head><metahttpequiv=”contenttype”content=”text/htmlcharset=utf-8“/><title>/head><body><select><option”value=“kongbai”></option><optionvalue=“first”>first</option><optionvalue=“second”>/option><optionvalue=“three”>three</option></optionvalue=“four”</option></select></body></html>;详细代码见附件。效果图如下图所示:
在html<select>下拉框中,您可以设置一个空白值以使开始显示为空(例如,将第一行<optionvalue=“kongbai”></option>设置为空)。
操作代码如下:http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd“>
<htmlxmlns=”http://www.w3.org/1999/xhtml“>
<head><metahttpequiv=”contenttype”content=”text/htmlcharset=utf-8“/><title>;gt选择“开始”显示空白</title><”/head><body><select>;t<optionvalue=“kongbai”></option><optionvalue=“first”>first</option><optionvalue=“second”>second</option><optionvalue=“three”>three</option><optionvalue=“four”</option></select></body></html>
详细代码见附件。
效果图如下图所示