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

为什么要var _this_ = this呢,不能直接在下面new Carousel吗?

var _this_ = this;
posters.each(function () {
    new _this_($(this));
});

为什么不能这样

posters.each(function () {
    new Carousel($(this));
});

谢谢回答的人

正在回答

2 回答

这样耦合程度更低吧。

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

你的方法是可以的

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

举报

0/150
提交
取消

为什么要var _this_ = this呢,不能直接在下面new Carousel吗?

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