已經很模塊化很好了,看不懂的真的該去把JS好好學一學了,不過我發現我寫小功能都習慣封裝到類下,防止全局變量污染環境。
2018-07-19
最新回答 / 阿阿影
http://www.w3school.com.cn/tags/canvas_globalcompositeoperation.asphttp://www.w3school.com.cn/tags/canvas_globalcompositeoperation.asp。咋不把bug貼出來?
2018-06-11
最新回答 / qq_流程功能試數_stQUZ1
starObj.prototype.updata = function() {this.timer = deltaTimeif (this.timer > 50) {this.picNo += 1;this.picNo %= 7;this.timer = 0}console.log(this.picNo)}加個console.log就會動了不信你試試
2018-05-15