问答详情
源自:2-4 将无序预加载写成jQuery插件

this . _unoredered () 是自定义的吗? jquery封装对象都是这么写的吗?

首先, this._unoredered () 是随便起的吗 ?   另外

            this.imgs = (typeof imgs == "string") ? [imgs] : imgs; 和

            this.opts = $.extend({},PreLoad.DEFAULTS,options);   

            this .  代表了声明对象吗?


提问者:干翻苍穹 2018-03-14 10:09

个回答

  • 慕移动9181930
    2022-03-27 13:23:48

    Android程序里必定有onCreate方法,不会没有的使youcanyouup.....

  • w2m蜡笔小新猪
    2018-03-14 17:08:06

    unordered()是自定义的函数方法,this指的是,调用函数的那个对象,是函数运行时生成的内部对象,只能在函数内部使用。this.时只当前这个内部对象的属性