鲜荣彬
Herry
摘要: /** * Created by xianrongbin on 2017/3/11. */ var dom = document.getElementById('clock'), ctx = dom.getContext('2d'); ctx.font = '30px 宋体 bold';//default 20px sans-serif /** * font-weight ... 阅读全文
posted @ 2017-04-19 22:59 Herry彬 阅读(300) 评论(0) 推荐(0) 编辑
摘要: /** * Created by xianrongbin on 2017/3/10. */ window.onload=function(){ var dom = document.getElementById('clock'), ctx = dom.getContext('2d'); arcToTest(ctx,20,20,300,20,500,800,... 阅读全文
posted @ 2017-04-19 22:58 Herry彬 阅读(200) 评论(0) 推荐(0) 编辑