<?php
$url="http://www.baidu.com/";
") or die("超时");
$fcontent=file_get_contents($url);
echo $fcontent;
?>
用于把其他网站的内容搬到自己的网站
<?php
$url="http://www.baidu.com/";
") or die("超时");
$fcontent=file_get_contents($url);
echo $fcontent;
?>
用于把其他网站的内容搬到自己的网站