HTML DOM Progress ¶ÔÏó
Progress ¶ÔÏó
Progress ¶ÔÏóÊÇ HTML5 ÖеÄжÔÏó¡£
Progress ¶ÔÏó±íʾ HTML <progress> ÔªËØ¡£
<progress> ÔªËØ±íʾÈÎÎñµÄ½ø¶È¡£
·ÃÎÊ Progress ¶ÔÏó
Äú¿ÉÒÔͨ¹ýʹÓà getElementById() À´·ÃÎÊ <progress> ÔªËØ£º
var x = document.getElementById("myProgress");
´´½¨ Progress ¶ÔÏó
Äú¿ÉÒÔͨ¹ýʹÓà document.createElement() ·½·¨À´´´½¨ <progress> ÔªËØ£º
var x = document.createElement("PROGRESS");
Progress ¶ÔÏóÊôÐÔ
ÊôÐÔ | ÃèÊö |
---|---|
labels | ·µ»Ø½ø¶ÈÌõµÄ±ê¼ÇÁÐ±í£¨ÈçÓУ©¡£ |
max | ÉèÖûò·µ»Ø½ø¶ÈÌõµÄ max ÊôÐÔÖµ¡£ |
position | ·µ»Ø½ø¶ÈÌõµÄµ±Ç°Î»Öᣠ|
value | ÉèÖûò·µ»Ø½ø¶ÈÌõµÄ value ÊôÐÔÖµ¡£ |
±ê×¼ÊôÐÔºÍʼþ
Ïà¹ØÒ³Ãæ
HTML ²Î¿¼Êֲ᣺HTML <progress> ±êÇ©