gpt4 book ai didi

javascript - 重定向到网页没有发生

转载 作者:太空宇宙 更新时间:2023-11-03 19:28:18 24 4
gpt4 key购买 nike

我一直在尝试从 Node 服务器的主页重定向其他网页。重定向不会发生在链接 ./idea.html 中,其中还存在要链接的相关网页(HTML 文件)idea.html。大家能帮我看看代码有没有错误,或者有什么特殊功能要加吗

<!DOCTYPE html>
<html lang="en">
<head>
<div>
<a href="https://www.sports_tournament/apple.com">apple</a>
</div>
</body>
</html>

idea.html

<!DOCTYPE html>
<html lang="en">
<head>
<title>thenewboston></title>
<link rel="stylesheet" href="CSS/style.css" />
</head>
<body>
<link rel="Registration" href="C:/Users/web/Mongodb/home.html" />
</body>
</html>

最佳答案

当 idea.html 与 index.html 位于同一文件夹中时,它会起作用。不需要任何这样的功能。您应该在 idea.html 中添加一些内容,看看是否可行。

关于javascript - 重定向到网页没有发生,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43310798/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com