Quantcast
Channel: Cocos中文社区 - 最新主题
Viewing all articles
Browse latest Browse all 88737

问个js的语法问题。实在想不明白了。

$
0
0

@251804974 写道:

var NewYearActivity = cc.Layer.extend({
self:null,
select:null,
ctor:function(){
this._super();
self = this;
},
init:function(){
this.initsomething();
},
initsomething:function(){
self.select = 1; //正常
select = 1; //报错
},
});
求解为什么select 通过this.select 和 self.select都不报错,但是不能直接使用。而且self和select是同级变量,如果select报错,为什么self不报错。实在想不明白。

帖子: 5

参与者: 1

阅读整个主题


Viewing all articles
Browse latest Browse all 88737

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>