在我的网页中,我在这样的菜单中有一个链接
<a href="system/home">Home</a>
正确的页面是localhost:8080/mySite/system/home
现在的问题是当我在其他页面上时
localhost:8080/mySite/system/users/create
并尝试单击它指向我的主页链接
localhost:8080/system/users/system/home
这是错误的。我可以始终正确地将其指向当前打开页面的位置吗?
在我的网页中,我在这样的菜单中有一个链接
<a href="system/home">Home</a>
正确的页面是localhost:8080/mySite/system/home
现在的问题是当我在其他页面上时
localhost:8080/mySite/system/users/create
并尝试单击它指向我的主页链接
localhost:8080/system/users/system/home
这是错误的。我可以始终正确地将其指向当前打开页面的位置吗?