已經(jīng)很模塊化很好了,看不懂的真的該去把JS好好學(xué)一學(xué)了,不過我發(fā)現(xiàn)我寫小功能都習(xí)慣封裝到類下,防止全局變量污染環(huán)境。
2018-07-19
最新回答 / _Jack_Han_
ctx無法獲取與windows操作系統(tǒng)沒有關(guān)系,可能是你main.js引入的位置不對。把index.html代碼貼上來看看。
2018-06-27
最新回答 / 阿阿影
http://www.w3school.com.cn/tags/canvas_globalcompositeoperation.asphttp://www.w3school.com.cn/tags/canvas_globalcompositeoperation.asp。咋不把bug貼出來?
2018-06-11
最新回答 / qq_流程功能試數(shù)_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