getCurrentPage()

  • 参数:无
  • 返回值:{Object} { x: posX, y: posY,pageX: x, pageY: y} 其中,x 和 y 表示偏移的坐标值,pageX 和 pageY 表示横轴方向和纵轴方向的页面数。
  • 作用:获取当前页面的信息。