HTML DOM အင်အား ဘက်တန်း ကြောက်
Progress 对象
Progress 对象是 HTML5 中的新对象。
Progress 对象表示 HTML
访问 Progress 对象
您可以通过使用 getElementById() 来访问
var x = document.getElementById("myProgress");
创建 Progress 对象
您可以通过使用 document.createElement() 方法来创建
var x = document.createElement("PROGRESS");
Progress 对象属性
အခြေခံ | 描述 |
---|---|
labels | 返回进度条的标记列表(如有)。 |
max | 设置或返回进度条的 max 属性值。 |
position | 返回进度条的当前位置。 |
value | အခြေခံ သုံးခြား သို့မဟုတ် အခြေခံ အခင်း ကို သတ်မှတ်ရန် |
ပတ်သက်သော စား
HTML ကိုးကားရာHTML <progress> အချက်