摘要: function Clock(size){ this.canvas = document.getElementById("canvas"); this.size = size || 400; this.ctx = this.canvas.getContext("2d"); this.penW = 5 阅读全文
posted @ 2017-01-02 19:32 沿着铁轨去流浪 阅读(111) 评论(0) 推荐(0)