首先, this._unoredered () 是随便起的吗 ? 另外
this.imgs = (typeof imgs == "string") ? [imgs] : imgs; 和
this.opts = $.extend({},PreLoad.DEFAULTS,options);
this . 代表了声明对象吗?
Android程序里必定有onCreate方法,不会没有的即使觉得教程有问题,也请你客气一些,youcanyouup.....
unordered()是自定义的函数方法,this指的是,调用函数的那个对象,是函数运行时生成的内部对象,只能在函数内部使用。this.时只当前这个内部对象的属性