用table做网页时如何实现链接到同一个页面的不同位置?(不用div)
<a href="#dest">destination</a> <a name="dest">destination is here!!!</a>
这个A标签做不到,你可以用js定位来实现这个需求