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