沙漠中的鱼

欲上天堂,先下地狱
posts - 0, comments - 56, trackbacks - 0, articles - 119
  BlogJava :: 首页 ::  :: 联系 :: 聚合  :: 管理
当在函数类中的某一个对象,需要回调类中的某一个方法时,可以通过如下方式实现。
Test = function(testFuncObj){
var testFunc = testFuncObj;
var _this = this;
this.render = function(parent){
testFunc.onClick(_this.onClick)
}
this.onClick = function(node){
alert(node.text);
}
}

只有注册用户登录后才能发表评论。


网站导航: