Function getScrollLeft

  • 获取指定元素或窗口的左滚动位置。

    Parameters

    • target:
          | null
          | Window
          | Document
          | HTMLElement

      指定的滚动元素、窗口或文档。可为 null。

    Returns number

    返回目标的左滚动位置的数字值。