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
相關文章
相關標籤/搜索