如何知道当前页是否有滚动条.如何知道当前页是否有滚动条.[解决办法]var h=document.body.scrollHeight; var h1=document.body.clientHeight; if(h> h1) alert( "有滚动条 ");