PHP页面跳转

<?php
//重定向浏览器 
header("Location: http://www.ikuman.cn/"); 
//确保重定向后,后续代码不会被执行 
exit;
?>  

  

posted on 2017-03-03 12:08  craxsrat  阅读(47)  评论(0)    收藏  举报

导航