<td width="" class="bright borderLeft"><span title="aaaa">cccc</span></td>
<td width="" class="bright borderLeft"><span >dddd</span></td>提取红色字体的部分,红色部分内容可能是数字,中文,英文,就是内容不确定,aaaa部分也是不确定的
我用零宽断言不能一次提取,得分二次,能不能一次取出来
我就是在断言里不会.*写法,一写这样的就报错,怎么写或别的写法(?<=<td width="" class="bright borderLeft"><span )(.*)(?=</span></td>)
得到
title="aaaa">cccc
>dddd(?<=>)(.*)
得到
cccc
dddd