input type = date 無法選擇日期,執行時跑出來的是text
在網路上複製別人的程式碼跑出來的也無法選擇日期
請問要怎麼做才能讓它正確顯示呢?? 謝謝~~~
<p>出生年月日 :
<label for="birth"></label>
<input type="date" name="birth" id="birth">
</p>
那個大概是你的瀏覽器不支援吧~
我測試正常呢~
參考網址:
https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/Input/date
p tag 裡面放 input??
其實你label是空的,如果要在外面封包的話可以換成div或fieldset