摘要: //获取滚动条距离顶部位置function getScrollTop() { var scrollTop = 0; if (document.documentElement && document.documentElement.scrollTop) { scrollTop = document.d 阅读全文
posted @ 2017-12-14 14:14 止战之殇丶 阅读(476) 评论(0) 推荐(0)