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

return的作用???

haloObj.prototype.born = function (x, y) {

    for (var i = 0; i < this.num; i++) {

        if (!this.alive[i]) {

            //console.log("born");

            this.alive[i] = true;

            this.r[i] = 10;

            this.x[i] = x;

            this.y[i] = y; 

            return;

        }

    }

}



正在回答

1 回答

执行完上面的代码返回出去,相当于强制关掉这次循环

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

吾辈是猫 提问者

非常感谢!
2017-04-18 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

return的作用???

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