如何用“ /”替换“#”?

时间:2018-09-12 23:12:41

标签: html href

我编写了以下代码:

<!DOCTYPE html>
<html>
<head>
    <title>Test</title>
</head>
<body>
    <a name="top">Menu</a>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <br/>
    <a href="#top">go to the menu</a>
</body>
</html>

它用于在页面顶部进行垂直导航。在浏览器URL栏中,出现以下路径:file: /// C: /Users/Andrew/Desktop/index.html#top。我的意图是删除#或将其替换为/。注意:新路径如下所示: file: /// C: /Users/Andrew/Desktop/index.html/top。有可能吗?

0 个答案:

没有答案