在JavaScript中,下拉选项中可以获取滚动条距窗口顶端滚动的距离的是 ( ).
document.documentElement.scrollTop;
document.documentElement.topScroll;
document.style.scrollTop;
document.style.topScroll;
在JavaScript中,下拉选项中可以获取滚动条距窗口顶端滚动的距离的是 ( ).
document.documentElement.scrollTop;
document.documentElement.topScroll;
document.style.scrollTop;
document.style.topScroll;