//获取网页内容$str=file_get_contents('http://book.zongheng.com/showchapter/199430.html');//删除 之前的内容if ($x=strpos($str,'')) $str=substr($str,$x);//删除 之后的内容if ($x=strpos($str,'')) $str=substr($str,0,$x);//输出结果echo $str;?>