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

能詳解一下這個嗎?蟹蟹

;(function($){
	var Carousel=function(poster){
		alert(poster);
	};
	Carousel.prototype={
		
	};
	Carousel.init=function(posters){
		var _this_ = this;
		posters.each(function(index,ele){
			new _this_(ele);
		})
	};
	window["Carousel"]=Carousel;
})(jQuery);
  1. 這些每一句話都是啥意思?

  2. 這裏到底是jq的語法還是js的語法?

  3. 非常感謝!

正在回答

2 回答

你理解了吗?我在Carousel.init()函数体没有理解。求解答

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

这些使用jquery 跟 js的面向对象来编写的  建议不懂可以看一下李炎恢的 JavaScript的面向对象 章节 同时他的jquery 课程  非常值得看

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

举报

0/150
提交
取消

能詳解一下這個嗎?蟹蟹

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