獲取網頁地址 echo $_SERVER['PHP_SELF']."<br>"; #/blog/testurl.php //獲取網址參數 echo $_SERVER["QUERY_STRING"]."<br>"; #id=5 //獲取用戶代理
確定! 回上一頁