为了账号安全,请及时绑定邮箱和手机立即绑定

为什么输出this.x跟this.y是undefine?

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);}


正在回答

1 回答

那是没有定义的啊!你没有new 实例化啊   

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么输出this.x跟this.y是undefine?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信