她在我的 XSLT 页面的头部我的简单 JS 代码:
script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
var scrollTo = $('#what').get(0);
scrollTo.scrollIntoView();
alert(scrollTo.innerHTML);
</script>
id = "what" 的 div 元素位于页面底部。当我打开页面时,它不会在那里滚动。为什么不?