PHP
·
发表于 5年以前
·
阅读量:8290
function getPageScrollTop() {
var a = document;
return a.documentElement.scrollTop || a.body.scrollTop;
}