标签:
<?php $url="http://blog.51cto.com/9519231/1571112"; $fp=@fopen($url,'r') or die("超时"); $fcontents=file_get_contents($url); ereg("<!--正文 begin-->(.*)<!--正文 end-->",$fcontents,$rg); echo $rg[1]; ?>
标签:
原文地址:http://www.cnblogs.com/gcczhongduan/p/4556452.html