2016年11月27日

锚点连接

摘要: 一、html <p id="top">回到这儿</p> <a href="#top“>点击<a/> 二、jsp <p id="top">回到这儿</p> <a href="JavaScript:void(0)" onclick="document.getElementById('top').scro 阅读全文

posted @ 2016-11-27 00:00 wantcrazy 阅读(184) 评论(0) 推荐(0) 编辑

导航