正規表現はソフトウェアでは渡されますが、PHP では使用できません。最初の正規表現を使用するときに、2 番目の正規表現を使用できることに注意してください。原因は何ですか? >
------解決策---------------- ----
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --><?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'; }