日期:2014-05-18  浏览次数:20332 次

点一个按钮,直接将页面拉到最底部
RT

------解决方案--------------------
<input type="button" onclick="window.scroll(0,document.body.clientHeight)" />

或者在页底放一个 标签,用连接指过去.
<a href="#bottom">bottom</a>

<a name='bottom' ></a>