测量工具模拟
附上h5代码,测量工具支持千分尺、游标卡尺、秒表,支持精度选择。
<!DOCTYPE html> <html> <head> <link rel='apple-touch-icon' href='res/icon.png' type='image/png' /> <link rel='shortcut icon' href='res/icon.ico' type='image/vnd.microsoft.icon' /> <link rel='icon' href='res/icon.png' type='image/png' /> <link rel='bookmark' href='res/icon.ico' type='image/vnd.microsoft.icon' /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>测量工具模拟试验</title> </head> <body style = "margin : 0px;"> <div id = "candiv" style = "width: 100%; height : 100%; text-align: center;"> <canvas id = "canvas">很遗憾,您的浏览器不支持本程序!</canvas> </div> <script type = "text/javascript" src = "js/draw.js"></script> <script type = "text/javascript" src = "js/ctrl.js"></script> <script type = "text/javascript" src = "js/button.js"></script> <script type = "text/javascript" src = "js/audio.js"></script> </body> </html>
全部导入放到一起即可。

浙公网安备 33010602011771号