<!doctype html> <html> <head> <meta charset="utf-8"> <title>HTML5</title> </head> <body> 度量的范围 <meter id="meter" min="1" max="10" value="5" low="3" high="7" style="width:200px;"></meter> <br><br> 进度条 <progress max="100" value="50" style="width:200px;"></progress> </body> </html>
时间: 2024-11-06 01:50:49