如何在表单里加页内锚点链接?


解决方法:

<a href="#aaId">aa的锚点</a> <div id="aaId">aa</div> 说明:如果没有使用div标签,把id加在其他标签比如td标签等中也是可以的。