标签: html
我有一个导航栏,它有2个标签(#aboutus和#contactus)。单击它们会在同一页面上填充信息。
当我尝试从不同页面调用#contactus时,我使用了 <a href="../path/index.html#contactus"它并不起作用。
<a href="../path/index.html#contactus"
另外,当我将鼠标悬停在#contactus上时,我可以在屏幕底部看到它的index.html#contactus而不是URL。
我在这里错过了什么吗?