JavaScript 參考手冊
返回 month 字段的表單元素類型:
The result of x could be:
type 屬性返回 month 字段的表單類型類型。
注意:在以上實例中, Opera, Chrome 和 Safari 瀏覽器返回 "month", 但是 Internet Explorer 和 Firefox 返回 "text"。
所有主流瀏覽器都支持 type 屬性。
注意:Internet Explorer 或 Firefox 瀏覽器不支持使用 type="month" 屬性的 <input> 元素。
返回值: | 字符串,表示 month 字段的表單元素類型 |
---|