鱼C论坛

 找回密码
 立即注册
查看: 2317|回复: 6

[已解决]运行结果并不会跳转到另一个网址

[复制链接]
发表于 2019-12-6 19:07:28 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
各位大佬。我跟着视频一点点敲得代码,但是最终的程序并不会想视频那样会跳转到另一个页面。是我写的不对还是怎么回事。请大佬指教一下。谢谢
<!DOCTYPE html>
<html>
<head>
        <title>北京</title>
        <meta charset = "utf - 8">
        <meta name = "viewport" content = "width = device - width, initial - scale = 1.0">
        <meta = "Keywords" content = "小甲鱼, web开发, HTML5, css3,web编程教学">       
        <meta name = "description" content = "《零基础入门学习web开发》案例演示,内容非常精彩哦,快来收了我把">
        <meta name = "author" content = "小甲鱼">
        <meta http - equiv = "refresh" content = "5; http:// fischc.taobao.com"> <!--指定刷新时间为5秒,5秒的的时间跳到这个链接-->
</head>
<body>
        <h1>"自适应"演示</h1>
        <p>分别在pc和手机上打开页面!</p>
        <img id = "target" src = "...img/fishc.png" alt = "鱼C-logo" width = "256px" height = "256px">
        <p>Lorem ipsum dolor sit, consectetur daipisicing elit, sed do eiusmod tempor incid idunt ut labore et dolore magna.
        Ut enim ad minim veriam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.Duis aute
        irure dolor in reprehenderit in voluptate velit esse cillum dolore en fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident,        sunt in culpa qui officia deserunt mollit anim id est laborum </p>
</body>
</html>
最佳答案
2019-12-6 19:10:11
应该使用下面这段代码,过了 5 秒后会跳转的。
<!DOCTYPE html>
<html>
<head>
        <title>北京</title>
        <meta charset = "utf - 8">
        <meta name = "viewport" content = "width = device - width, initial - scale = 1.0">
        <meta name = "Keywords" content = "小甲鱼, web开发, HTML5, css3,web编程教学">       
        <meta name = "description" content = "《零基础入门学习web开发》案例演示,内容非常精彩哦,快来收了我把">
        <meta name = "author" content = "小甲鱼">
        <meta http-equiv = "refresh" content = "5; http://fischc.taobao.com"> <!--指定刷新时间为5秒,5秒的的时间跳到这个链接-->
</head>
<body>
        <h1>"自适应"演示</h1>
        <p>分别在pc和手机上打开页面!</p>
        <img id = "target" src = "...img/fishc.png" alt = "鱼C-logo" width = "256px" height = "256px">
        <p>Lorem ipsum dolor sit, consectetur daipisicing elit, sed do eiusmod tempor incid idunt ut labore et dolore magna.
        Ut enim ad minim veriam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.Duis aute
        irure dolor in reprehenderit in voluptate velit esse cillum dolore en fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident,        sunt in culpa qui officia deserunt mollit anim id est laborum </p>
</body>
</html><!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
</body>
</html>
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2019-12-6 19:10:11 | 显示全部楼层    本楼为最佳答案   
应该使用下面这段代码,过了 5 秒后会跳转的。
<!DOCTYPE html>
<html>
<head>
        <title>北京</title>
        <meta charset = "utf - 8">
        <meta name = "viewport" content = "width = device - width, initial - scale = 1.0">
        <meta name = "Keywords" content = "小甲鱼, web开发, HTML5, css3,web编程教学">       
        <meta name = "description" content = "《零基础入门学习web开发》案例演示,内容非常精彩哦,快来收了我把">
        <meta name = "author" content = "小甲鱼">
        <meta http-equiv = "refresh" content = "5; http://fischc.taobao.com"> <!--指定刷新时间为5秒,5秒的的时间跳到这个链接-->
</head>
<body>
        <h1>"自适应"演示</h1>
        <p>分别在pc和手机上打开页面!</p>
        <img id = "target" src = "...img/fishc.png" alt = "鱼C-logo" width = "256px" height = "256px">
        <p>Lorem ipsum dolor sit, consectetur daipisicing elit, sed do eiusmod tempor incid idunt ut labore et dolore magna.
        Ut enim ad minim veriam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.Duis aute
        irure dolor in reprehenderit in voluptate velit esse cillum dolore en fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident,        sunt in culpa qui officia deserunt mollit anim id est laborum </p>
</body>
</html><!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
</body>
</html>
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2019-12-7 09:18:50 | 显示全部楼层
zltzlt 发表于 2019-12-6 19:10
应该使用下面这段代码,过了 5 秒后会跳转的。

确实你这段代码会跳转。但是为什么我的那一段不能跳转。这是为什么
我刚才看了一下我发在这上边的代码有点错误误。跟我电脑上保存的一对比没有什么错误。这是为什么
能告知一下吗?谢谢
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2019-12-7 09:20:31 | 显示全部楼层
死亦秋叶之静美 发表于 2019-12-7 09:18
确实你这段代码会跳转。但是为什么我的那一段不能跳转。这是为什么
我刚才看了一下我发在这上边的代码有 ...

<meta = "Keywords" content = "小甲鱼, web开发, HTML5, css3,web编程教学">
<meta http - equiv = "refresh" content = "5; http:// fischc.taobao.com"> <!--指定刷新时间为5秒,5秒的的时间跳到这个链接-->

这 2 句有误。
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2019-12-7 10:03:12 | 显示全部楼层

< mate name = "Keywords" content = "小甲鱼, web开发, HTML5, css3,web编程教学">
<meta http - equiv = "refresh" content = "5; http:// fischc.taobao.com">
大哥,恕我眼拙。我还是没看出哪有问题来,请明指。谢谢
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2019-12-7 10:04:11 | 显示全部楼层
死亦秋叶之静美 发表于 2019-12-7 10:03
< mate name = "Keywords" content = "小甲鱼, web开发, HTML5, css3,web编程教学">

大哥,恕我眼拙 ...

1. 应是 meta,不是 mate
2. http - equiv 不能有空格,应该改成 http-equiv。

如果你的问题得到解决,记得设置最佳答案。
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2019-12-7 13:29:29 | 显示全部楼层
zltzlt 发表于 2019-12-7 10:04
1. 应是 meta,不是 mate
2. http - equiv 不能有空格,应该改成 http-equiv。

谢谢
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-23 01:54

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表