marshall_stan
2016-05-03 19:01
var _this_ = this; posters.each(function () { new _this_($(this)); });
为什么不能这样
posters.each(function () { new Carousel($(this)); });
谢谢回答的人
这样耦合程度更低吧。
你的方法是可以的
JS实现“旋转木马”幻灯片效果
66442 学习 · 147 问题
相似问题
回答 1
回答 2
回答 3