摘要: // PageSlide接收三个参数:页面元素,要设定的滑动方向,可选的扩展函数 var PageSlide = function(el, swipe, options) { this.options = options || {}; //可选函数 this.current = 0; //当前页面索 阅读全文