【原创】基于canvas获取画布的dom对象,绘制圆形的虚线时钟,获取完整的时间年月日时间。
使用方法
body引入HTML代码
<div style="width:500px;height:500px;margin:auto"> <canvas id="canvas" width="500px" height="500px" style=""></canvas> </div> <div> <h2 id="fulltime" style="color:white;width:350px;height:100px;margin:auto"></h2> </div> <script type="text/javascript" src="js/script.js"></script>