HTML DOM Input Month type 屬性

2018-08-04 20:40 更新

Input Month type 屬性

Input Month 對象參考手冊 Input Month 對象

實(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"。


瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主流瀏覽器都支持 type 屬性。

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


語法

monthObject.type

技術(shù)細(xì)節(jié)

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


Input Month 對象參考手冊 Input Month 對象
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號