HTML 参考手册
HTML <meter> max 属性
一个带有当前值和 min、max、high、low 值的度量
源代码:
点击运行 »
<meter min="0" low="40" high="90" max="100" value="95"></meter>
运行结果:
点击运行 »