【问题标题】:How is input type="date" displayed in browsers which do not support html5不支持 html5 的浏览器如何显示 input type="date"
【发布时间】:2013-11-21 13:21:11
【问题描述】:

我想在我的程序中使用。 我想知道,它们将如何在不支持 HTML5 的浏览器中显示。

【问题讨论】:

    标签: html input


    【解决方案1】:

    HTML5 新引入的所有其他输入类型一样,作为:

    <input type="text" />
    

    请参阅HTML5 - input=number and incompatible browsers 接受的答案。

    【讨论】:

      猜你喜欢
      • 2012-04-28
      • 2013-08-03
      • 2014-03-17
      • 2014-02-15
      • 2017-01-16
      • 2014-05-04
      • 2016-01-13
      • 2012-03-31
      相关资源
      最近更新 更多