html php javascript 页面跳转

<!-- html标签跳转 -->
<meta http-equiv="refresh" content="3;url=http://localhost/0624/list.php">


<script type="text/javascript">
/* js跳转
setTimeout(function() {
window.location = 'list.php';
}, 3000);
*/
</script>

原文地址:https://www.cnblogs.com/datang6777/p/6757057.html