Carousel.init()这个初始方法 中 new _this_($this);的详解
Carousel.init = function(Objs){
var _this_ this ;
Objs.each(function(){
new _this_(this);
});
}
Carousel.init = function(Objs){
var _this_ this ;
Objs.each(function(){
new _this_(this);
});
}
2016-11-15
举报