摘要: html5 简单 旋转角度原理 时针 1 <!doctype html> 2 <html> 3 <head> 4 <title>html5 简单 旋转角度原理 时针</title> 5 6 <script type="text/javascript"> 7 //==================================== 8 var time = new Date(); 9 var h = time.getHours(); 10 var m = time.getMinutes(); 11 v 阅读全文
posted @ 2011-07-08 19:54 ╰☆Everytime I try to flying 阅读(982) 评论(0) 推荐(0) 编辑