在下面例子中为什么在PageSwitch中又定义了名为PageSwitch的函数
var PageSwitch = (function () {
function PageSwitch(element, options) {
// deep copy
this.settings = $.extend(true, $.fn.PageSwitch.defaults, options || {});
this.element = element;
this.init();
}
})
Suber丶林
Halo_
慕九州1311592
相关分类