跳转过去没有到锚点
index.html
<div class="foot-item item-3"> <p>关于我们</p> <span><a href="about.html#mao">团队介绍</a></span> </div>
about.html
<div class="about-contact about-wrap" name="mao">
div 不支持 name 这个属性来创建锚点.锚点是在 a 标签的 name 属性
另外,根据 Mozilla 的文档,html5 中,a 的 name 属性也不支持了.改为了搜索唯一的 id 属性
2.1m questions
2.1m answers
60 comments
57.0k users