时间:2021-07-01 10:21:17 帮助过:29人阅读
header("Content-type:text/html;charset=utf-8"); $url="http://www.zootoo.com/petnews/hailtothecatsasalutetofirstfel-1611"; $contents=file_get_contents($url); $contents=preg_replace('/>(\s+)/','>',$contents); $contents=str_replace("\r\n",'',$contents); $contents=str_replace("\t",'',$contents); //echo $contents; preg_match_all('~(.*?)(.*?)~is',$contents,$p); print_r($p[1]); print_r($p[2]);