摘要:
通过javascript+svg实现实时时钟,效果如图:下面是页面代码<html><head> <title>时钟</title> <style type="text/css"> svg { height: 200px; width: 200px; font-family: "Comic Sans MS", cursive;} </style></head><body> <svg id="svg"></svg> &l 阅读全文
posted @ 2013-06-17 13:35
乘须猿
阅读(677)
评论(1)
推荐(0)