progress
English [?pr??gres] US [?prɑ:gres]
n. ??; (? ?? ????) ??
v. ) ???? ??
vi? ????? ??
html5?> ?? ???
Function: <progress> ??? ?? ?? ?? ??(????)? ?????.
<progress> ??? ???? JavaScript?? ??? ?? ??? ??? ?? ??? ??? ? ????.
Parameters:
?? | ? | ?? |
max | number | ? ??? ?? ?????. |
value | number | ? ????? ?? ?? ?????. |
??: ???? ?? ??? ????? <progress> ??? ?????.
html5?> ?? ?
<!DOCTYPE html> <html> <body> 下載進度: <progress value="22" max="100"> </progress> <p><b>注釋:</b>Internet Explorer 9 以及更早的版本不支持 <progress> 標簽。</p> </body> </html>
??? ????? ??? "???? ??" ??? ?????