以下HTML在 chrome 上生成日期选择器:
<html>
<head> <title> </title> </head>
<body>
<form>
<input type="date" />
</form>
</body>
但它显示了一个简单的文本字段firefox 19.0.2
。这是为什么 ?是不是firefox不支持所有的功能HTML 5
?
以下HTML在 chrome 上生成日期选择器:
<html>
<head> <title> </title> </head>
<body>
<form>
<input type="date" />
</form>
</body>
但它显示了一个简单的文本字段firefox 19.0.2
。这是为什么 ?是不是firefox不支持所有的功能HTML 5
?
这是为什么 ?是不是 firefox 不支持 HTML 5 的所有功能?
是的,FireFox 不支持所有 HTML 5 功能。例如 FireFox 19 不支持该date
字段。
以下是有关浏览器支持date
输入字段的更多详细信息:http: //caniuse.com/input-datetime