PHP 页面刷新与跳转的方法汇总
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 页面刷新与跳转的方法汇总相关的知识,希望对你有一定的参考价值。
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");
以上是关于PHP 页面刷新与跳转的方法汇总的主要内容,如果未能解决你的问题,请参考以下文章