weibo_忽诶顪_0
2017-05-02 21:56
var starObj = function() {this.x;this.y;}
starObj.prototype.init = function() {this.x = 300;this.y = 400;}
starObj.prototype.draw = function() {
console.log(this.x);}
那是没有定义的啊!你没有new 实例化啊
canvas实现星星闪烁特效
54188 学习 · 121 问题
相似问题