canvas简易时钟

先上图 function Clock(options){ this.config = { target : "", width:500, height:500 } for(var key in options){ this.config[key] = options[key]; } this.init(); } Clock.prototype = { //时钟初始化 init : function
相关文章
相关标签/搜索