I want to match the/musicdata/play/201512/5684f44201b44.mp3 in the code below.
oooovc: 终于有更新的曲子了!等得花都谢了 DJHarlem: 不错的曲子 值得拥有~ NONGZEMING: 不错!我喜欢! NONGZEMING: 不错!我喜欢! xx602285388: 套曲不错~~~ 155774a: 感谢分享好音乐 1098263279: 非常不错的曲子 376663234: 霸气 不错的套曲 支持 936431866dj: 不错,赞一个 a670529347: 嗨嗨嗨嗨嗨~
Reply content:
I want to match the/musicdata/play/201512/5684f44201b44.mp3 in the code below.
oooovc: 终于有更新的曲子了!等得花都谢了 DJHarlem: 不错的曲子 值得拥有~ NONGZEMING: 不错!我喜欢! NONGZEMING: 不错!我喜欢! xx602285388: 套曲不错~~~ 155774a: 感谢分享好音乐 1098263279: 非常不错的曲子 376663234: 霸气 不错的套曲 支持 936431866dj: 不错,赞一个 a670529347: 嗨嗨嗨嗨嗨~
终于有更新的曲子了!等得花都谢了 DJHarlem: 不错的曲子 值得拥有~ NONGZEMING: 不错!我喜欢! NONGZEMING: 不错!我喜欢! xx602285388: 套曲不错~~~ 155774a: 感谢分享好音乐 1098263279: 非常不错的曲子 376663234: 霸气 不错的套曲 支持 936431866dj: 不错,赞一个 a670529347: 嗨嗨嗨嗨嗨~EOF;preg_match('/ url="(.+?)"><\/a>/', $a, $b);var_dump($b);
Here's a small example.
xpath("//a[@class='play-item' and @url]");print_r($result);?>
We can find all the elements with a tag class property of ' Play-item ' and URL attributes, and then the SimpleXMLElement class in PHP.