HTML meta标签
<meta http-equiv='content-type' content="text/html;charset=utf-8"/>

实现页面刷新
<meta http-equiv='refresh' content='秒数'/>
实现页面跳转
<meta http-equiv="refresh" content="秒数;url=目标文档的URL"/>


PHP header()函数
header("location:目标文档的URL");
 
JS location.href
<script type="text/javascript">
    location.href='目标文档的URL';
</script>

相关文章:

  • 2021-08-03
  • 2022-01-13
  • 2022-01-16
  • 2022-12-23
  • 2021-12-05
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2022-01-13
  • 2021-07-20
相关资源
相似解决方案