xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<title>HTML:<progress> max 属性 - 大卫编程网(div.cn)</title>
</head>
<body>
Downloading progress:
<progress value="30" max="100">
</progress>
</body>
</html>