• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
SweetBoyy
博客园    首页    新随笔    联系   管理    订阅  订阅

测量工具模拟

 

附上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>

     js文件请点击这里!

     图片资源请点击这里!

全部导入放到一起即可。

 

posted @ 2021-08-25 12:59  SweetBoyy  阅读(488)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3