标签:pre script 实现 函数 location meta标签 meta ref href
header('location:http://www.baidu.com');
echo '<meta http-equiv="refresh" content="1;url=http://www.baidu.com">';
echo '<script>window.location.href="http://www.baidu.com"</script>';
标签:pre script 实现 函数 location meta标签 meta ref href
原文地址:https://www.cnblogs.com/fuqian/p/10706008.html