Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>jQuery动态修改body滚动条位置</title>
<script type="text/javascript" src="//apps.bdimg.com/libs/jquery/1.11.3/jquery.min.js"></script>
<style type="text/css">
.wrapper{ margin:0 auto; padding: 20px; width:800px; border:1px solid #00c; }
.lists{ padding: 20px; height: 460px; background: #fc9; margin-bottom: 20px; }
</style>
</head>
<body>
<h3>
<a href="#" id="apple">apple</a>
<a href="#" id="adobe">adobe</a>
CSS代码...
JS代码...
xxxxxxxxxx