点一个按钮,直接将页面拉到最底部
RT
[解决办法]
<input type="button" onclick="window.scroll(0,document.body.clientHeight)" />
或者在页底放一个 标签,用连接指过去.
<a href="#bottom">bottom</a>
<a name='bottom' ></a>
发布时间: 2012-01-26 19:40:46 作者: rapoo
点一个按钮,直接将页面拉到最底部
RT
[解决办法]
<input type="button" onclick="window.scroll(0,document.body.clientHeight)" />
或者在页底放一个 标签,用连接指过去.
<a href="#bottom">bottom</a>
<a name='bottom' ></a>