摘要: 1.获取滚动条位置://滚动条位置function ScollPostion() { var t, l, w, h; if (document.documentElement && document.documentElement.scrollTop) { ... 阅读全文
posted @ 2013-06-03 16:56 细品人生 阅读(354) 评论(0) 推荐(0)