亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

2-1 12:10秒處有疑問

$.fn.PageSwitch = function(options) {
??????????????? return this.each(function() {
??????????????????? var $me = $(this);
??????????????????? var instance = $me.data("PageSwitch")
??????????????????? if (!instance) {
??????????????????????? instance = new PageSwitch($me, options);
??????????????????????? $me.data("PageSwitch", instance)
??????????????????? }

??????????????????? $('div').PageSwitch('init')?? 這是怎樣調用init方法的??這樣寫不是將init作為參數傳遞進去了?

??????????????????? if ($.type(options) == "string") {
??????????????????????? return instance[options]();
??????????????????? }
??????????????? })
??????????? }

正在回答

1 回答

?if ($.type(options) == "string") {
? ? ? ? return instance[options]();
? ? }

這里他在演示如果需要調用init方法需要怎么做。

他這里有判斷如果傳進去是個字符串的話,就調用實例上面的對應的方法。

instance[options]();

這里instance是instance = new PageSwitch($me, options);?

實例可以調用構造函數prototype上的方法。

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

舉報

0/150
提交
取消

2-1 12:10秒處有疑問

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號