<?php
//$code=file_get_contents('http://wvw.ranwen.com/info_24983.html');
$code=file_get_contents('http://wvw.ranwen.com/info_41974.html');
if (preg_match('/<div id="CrbsSum">.*<br \/>\s*((.|\n)+?)<\/div>/i', $code,$tmp)){
print_r($tmp);
}else{
echo 'wasd';
}
如上代码 注释第一个链接使用第二个的时候无法使用,但是当注释第二个使用第一个的时候可以,求助这是什么原因