标题: 简单正则练练手
时间: 2015-04-16
<?php
header('Content-Type:text/html;charset=utf-8');
$url=file_get_contents("http://hu60.cn");
preg_match_all('/id=chat&d=(.*?)\"\>(.*?)\<\/a\>\](.*?)\<br\/\>\<br\/\>/', $url, $url);
$url_a=file_get_contents("http://hu60.cn/wap/read.php?id=chat&d=".urldecode($url[1][0]));
preg_match('/共(.*?)条发言/', $url_a, $url_a);
$url_b=file_get_contents("http://hu60.cn/wap/read.php?id=shupingpw&y=ct&d=".urldecode($url[1][0])."&p=".$url_a[1]);
preg_match_all('/'.$url_a[1].'.(.*?)\((.*?) (.*?)\)\<hr\/\>/', $url_b, $url_b);
echo "<div style='text-align:center;'>[<a href='http://hu60.cn/wap/read.php?id=chat&d=".$url[1][0]."'>".$url[2][0]."</a>]</div><FONT color=#ee004a>".$url_b[2][0].":</FONT>".$url_b[1][0];
?>
『回复列表(8|显示机器人聊天)』