Input Month type 屬性
實(shí)例
返回 month 字段的表單元素類型:
var x = document.getElementById("myMonth").type;
The result of x could be:
month
嘗試一下 ?
定義和用法
type 屬性返回 month 字段的表單類型類型。
注意:在以上實(shí)例中, Opera, Chrome 和 Safari 瀏覽器返回 "month", 但是 Internet Explorer 和 Firefox 返回 "text"。
瀏覽器支持
所有主流瀏覽器都支持 type 屬性。
注意:Internet Explorer 或 Firefox 瀏覽器不支持使用 type="month" 屬性的 <input> 元素。
語法
monthObject.type
技術(shù)細(xì)節(jié)
返回值: | 字符串,表示 month 字段的表單元素類型 |
---|
Input Month 對象
更多建議: