时间:2021-07-01 10:21:17 帮助过:32人阅读
test.html test wawa hehe haha uuuu ...... wawa hehe haha uuuu ........
$html = <<test wawa hehe haha uuuu ...... wawa hehe haha uuuu ........ TTT;preg_match_all('@([^`]*?)<\/b>@i',$html,$match);preg_match_all('@href="(.+?)"@i',$match[0][0],$matches);var_dump($matches);
$html = <<test wawa hehe haha uuuu ...... wawa hehe haha uuuu ........ TTT;preg_match_all('@([^`]*?)<\/b>@i',$html,$match);preg_match_all('@href="(.+?)"@i',$match[0][0],$matches);var_dump($matches);
一个正则,我没有这个本事。
不过除了正则,还可以用dom解析,包括simplehtmldom
有没有能用一个正则就匹配出来的呢?
~\s*(]+href="(.*?)">.*?)*?\s*~msi
大体如此,自己调一下