html 这是一个如何在使用静态站点时重定向网页的示例(没有网络服务器...没有服务器端编程)。以下方法使用3米

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 这是一个如何在使用静态站点时重定向网页的示例(没有网络服务器...没有服务器端编程)。以下方法使用3米相关的知识,希望对你有一定的参考价值。

<head>
  <meta charset="UTF-8">
  <!-- meta redirect after 1 second -->
  <meta http-equiv="refresh" content="1;url=http://example.com">
  <!-- javascript redirect -->
  <script type="text/javascript">
    window.location.href = "http://example.com"
  </script>
  <title>Page Redirection</title>
</head>
<body>
  <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
  If you are not redirected automatically, follow the <a href='http://example.com'>link to example</a>.
</body>

以上是关于html 这是一个如何在使用静态站点时重定向网页的示例(没有网络服务器...没有服务器端编程)。以下方法使用3米的主要内容,如果未能解决你的问题,请参考以下文章

sql Wordpress在迁移时重定向到旧站点。从数据库更新旧URL的所有发生。

在 Django 中,如何在提交 CreateView 时重定向到 UpdateView?

Angular:如何在提交时重定向到另一个页面

如何在使用os.execl替换进程时重定向stdin / stdout / stderr

使用 jQuery 使用 RESTful API 时重定向到另一个 html 页面

在 Linux 运行时重定向 FIFO