<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<?
$url = "http://www.kfidc.com/news.html";
$fcontent = file_get_contents($url);
eregi("<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\" width=\"98%\">(.*)<td background='images/bg_pot.gif'>",$fcontent,$rg);//正则表达式,进行截取
print_r($rg[0]);
?>
<?
$url = "http://www.kfidc.com/news.html";
$fcontent = file_get_contents($url);
eregi("<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\" width=\"98%\">(.*)<td background='images/bg_pot.gif'>",$fcontent,$rg);//正则表达式,进行截取
print_r($rg[0]);
?>
浙公网安备 33010602011771号