Output 对象表示 HTML <output> 元素。
笔记:Internet Explorer / Edge 不支持 <output> 元素。
您可以使用 getElementById() 访问 <output> 元素:
提示:您还可以通过搜索来访问 <output> 元素元素表格的集合。
您可以使用 document.createElement() 方法创建 <output> 元素:
Property | Description |
---|---|
defaultValue | Sets or returns the default value of an <output> element |
form | Returns a reference to the form that contains the <output> element |
htmlFor | Returns the value of the for attribute of an <output> element |
labels | Returns a list of <label> elements associated with the <output> element |
name | Sets or returns the value of the name attribute of an <output> element |
type | Returns which type of HTML element the Output object represents |
value | Sets or returns the value of an <output> element |
HTML 参考:HTML <输出> 标签
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!