1
Bluek404 Jan 20, 2015 写个提示让用户自己按END
|
2
yfdyh000 Jan 20, 2015 页面底部放一个锚点吧。 <a id="end"></a>
|
7
loading Jan 20, 2015 via Android
页尾的话,你页面应该有(自己家)div id=footer
然后 a href=#footer |
8
catoncat Jan 20, 2015 via Android
直接写href=#会有什么问题?
|
9
moult Jan 20, 2015
document.body.scrollTop=99999;
滚动到底部专用。 |
10
mengzhuo Jan 20, 2015
OP你这基础不牢啊
href 是 hyper-reference In computing, a hyperlink is a reference to data that the reader can directly follow either by clicking or by hovering or that is followed automatically. href="#xxxx" 是页面跳转至 ID为:xxxx 的DO上 到头部仅仅用#是不严谨的 当然,回到这个问题 在头尾各埋一个do,分别叫header footer,然后爱咋跳咋跳 |