标签:var his cti ++ logic 函数 blog this log
var logicCeshi = { aa:0, ceshioa:function (){ var _this=this; if(_this.aa<10){ _this.aa++; a(_this.aa); _this.ceshioa(); } } } function a(bb){ if(bb==10){ console.log(‘funcB‘+bb); }else{ console.log(‘funcA‘+bb); } } logicCeshi.ceshioa();
标签:var his cti ++ logic 函数 blog this log
原文地址:http://www.cnblogs.com/xiaozhumaopao/p/6306720.html