您也可以選擇CSS −input[type="date"]::before{ "/> 您也可以選擇CSS −input[type="date"]::before{ ">
要顯示它,使用以下內容 −
<input placeholder = "Date" class = "textbox-n" type = "text" onfocus = "(this.type = 'date')" id = "date">
您也可以選擇CSS −
input[type="date"]::before{ color: #ffffff; content: attr(placeholder) ": "; } input[type="date"]:focus::before { content: "" !important; }
以上是在HTML5中,對於input type="date"欄位不顯示佔位符。如何解決這個問題?的詳細內容。更多資訊請關注PHP中文網其他相關文章!