php 正则 匹配span标签中的内容

2024-11-02 04:31:45
推荐回答(1个)
回答1:

preg_match('/(.*)<\/span>/isU',$str,$arr);
print_r($arr);
这个是第一个span,如需要Id则在span中写上id