HTML DOM Input Month type 属性

晚间偷亲

Input Month type 属性

返回 month 字段的表单元素类型:

var x = document.getElementById("myMonth").type;

The result of x could be:

month

定义和用法

type 属性返回 month 字段的表单类型类型。

注意:在以上实例中, Opera, Chrome 和 Safari 浏览器返回 "month", 但是 Internet Explorer 和 Firefox 返回 "text"。


浏览器支持

HTML DOM Input Month type 属性HTML DOM Input Month type 属性HTML DOM Input Month type 属性HTML DOM Input Month type 属性HTML DOM Input Month type 属性

所有主流浏览器都支持 type 属性。

注意:Internet Explorer 或 Firefox 浏览器不支持使用 type="month" 属性的 <input> 元素。


语法

	monthObject.type

技术细节

返回值: 字符串,表示 month 字段的表单元素类型


版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com

目录[+]

取消
微信二维码
微信二维码
支付宝二维码