echo $_SERVER['HTTP_HOST'];. // 印出test.php. echo $_SERVER['PHP_SELF'];. // 印出/dir123/test.php?pid=123. echo $_SERVER['REQUEST_URI'];.
確定! 回上一頁