谁可以告诉我这个this.element.on是什么?为什么不直接用this.on?
instance = new PageSwitch(that, options); 这句话看到了吗?
this.element 指的是上面参数的 that
this 指的是 instance