我有这个文件夹结构
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 的页面,然后随后的点击只是复制文件夹名称
qq_笑_17
相关分类