----------------img--------------- \n";} else {$out = "GET / HTTP/1.1\r\n";$out .= "Host: www.example.com\r\n";$out .= "Connection: Close\r\n\r\n";fwrite($fp, $out);while (!feof($fp)) {echo fgets($fp, 128);}fclose($fp);} ?>
本文共 279 字,大约阅读时间需要 1 分钟。
----------------img--------------- \n";} else {$out = "GET / HTTP/1.1\r\n";$out .= "Host: www.example.com\r\n";$out .= "Connection: Close\r\n\r\n";fwrite($fp, $out);while (!feof($fp)) {echo fgets($fp, 128);}fclose($fp);} ?>
转载于:https://my.oschina.net/lilugirl2005/blog/653535