Meter 对象表示 HTML <meter> 元素。
笔记:Internet Explorer / Edge 或 Safari 5(及更早版本)不支持 <meter> 元素。
您可以使用 getElementById() 访问 <meter> 元素:
您可以使用 document.createElement() 方法创建 <meter> 元素:
Property | Description |
---|---|
high | Sets or returns the value of the high attribute in a gauge |
labels | Returns a list of <label> elements that are labels for the gauge |
low | Sets or returns the value of the low attribute in a gauge |
max | Sets or returns the value of the max attribute in a gauge |
min | Sets or returns the value of the min attribute in a gauge |
optimum | Sets or returns the value of the optimum attribute in a gauge |
value | Sets or returns the value of the value attribute in a gauge |
HTML 参考:HTML <meter> 标签
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!