我有这个文件夹结构frontend -index.html
-about.html
-map.html然后我通过如下链接访问它们 <a href="./frontend/about.html" class="btn btn-lg btn-secondary" >Learn more</a>
<a class="nav-link" href="./frontend/page2.html"> Map <span class="sr-only">但是,如果我单击第二个链接,网址将显示如下Cannot GET /frontend/frontend/about.html不确定我做错了什么,第一次点击将我带到具有正确 url 的页面,然后随后的点击只是复制文件夹名称
添加回答
举报
0/150
提交
取消