File_Get_Contents("../.htm"); 或者 CURL 或者 $FP=FSockOpen("www.php.net",80,$errno,$errstr,30); IF(!$FP){ Echo 'Find Error:',$errstr($errno),'
\n'; }Else{ fputs($FP,"GET / HTTP/1.0\r\nHost:www.example.com\r\n\r\n"); Echo 'Output:
',Chr(10); While(!feof($FP)){ Echo fgets($FP,128),'
--------
'; } Fclose($FP); }