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>
<!-- 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>