JavaScript HTML DOM Input Month 对象
访问 Input Month 对象可以使用 querySelector() 函数来访问使用 type="month" 属性的 <input> 元素:Input Month 对象属性属性描述autocomplete设置或返回 month 字段的 autocomplete 属性值autofocus设置或返回 month 字段在页面加载后是否自动获取焦点defaultValue设置或返回 month 字段默认的值disabled设置或返回 month 字段是否可用form返回使用 month 字段的表单引用list返回包含了 month 字段的 datalist 引用max设置或返回 month 字段的 max 属性值min设置或返回 month 字段的 min 属性值name设置或返回 month 字段的 name 属性值readOnly设置或返回 month 字段是否只读required设置或返回 month 字段在表单中是否为必填字段step设置或返回 month 字段的 step 属性值type返回 month 字段的表单元素类型value设置或返回 month 字段的 value 属性值
赞 (0)