this . _unoredered () 是自定義的嗎? jquery封裝對象都是這么寫的嗎?
首先, this._unoredered () 是隨便起的嗎 ? ? 另外
? ? ? ? ? ? this.imgs = (typeof imgs == "string") ? [imgs] : imgs; 和
? ? ? ? ? ? this.opts = $.extend({},PreLoad.DEFAULTS,options); ??
? ? ? ? ? ? this . ?代表了聲明對象嗎?
2022-03-27
Android程序里必定有onCreate方法,不會沒有的即使覺得教程有問題,也請你客氣一些,youcanyouup.....
2018-03-14
unordered()是自定義的函數(shù)方法,this指的是,調(diào)用函數(shù)的那個(gè)對象,是函數(shù)運(yùn)行時(shí)生成的內(nèi)部對象,只能在函數(shù)內(nèi)部使用。this.時(shí)只當(dāng)前這個(gè)內(nèi)部對象的屬性