点一个按钮,直接将页面拉到最底部RT[解决办法]input typebutton onclickwindow.scroll(0,document.b
点一个按钮,直接将页面拉到最底部
RT
[解决办法]
<input type="button" onclick="window.scroll(0,document.body.clientHeight)" />
或者在页底放一个 标签,用连接指过去.
<a href="#bottom">bottom</a>
<a name='bottom' ></a>
