摘要: 将</body>之前所有的空链接 既 href="#" 改为href="javascript:void(0);"即可。如果是个# ,就会出现跳到顶部的情况,个人收藏的几种解决方法:1:<a href="####"></a>2:<a href="javascript:void(0)"></a>3:<a href="javascript:void(null)"></a>4:<a href="#&quo 阅读全文
posted @ 2011-03-30 15:35 ice_nemo 阅读(1402) 评论(0) 推荐(0)