echo "<script>window.location.href='index.php';</script>";是什么意思呀?谢谢!

日期:2011-10-10 11:35:24 人气:1

echo "<script>window.location.href='index.php';</script>";是什么意思呀?谢谢!

输出window.location.href='index.php';到浏览器 然后浏览器解析发现这是一段js脚本并执行window.location.href='index.php'
    A+
热门评论