为什么我的这行代码不能跳转页面?

来源:百度知道 编辑:UC知道 时间:2024/06/21 19:44:39
<html>
<head>
<title>my first page</title>
<meta http-equiv=“refresh” content=“3;URL=http://www.enet.com.cn/eschool”>
</head>
<body>
<p align=“center”>三秒钟后本网页将自动跳转到硅谷动力网络学院首页</p>
</body>
</html>

注意代码中英全角半角状态,你的双引号是全角的,改成半角的
<meta http-equiv="refresh" content="3;URL=http://www.enet.com.cn/eschool">