Here s some sample code to explain what I m trying to do:
<div id="list_subpanel_contacts">
<table>
<tbody>
<tr></tr>
<tr class="oddListRowS1"></tr>
</tbody>
</table>
</div>
<div id="list_subpanel_accounts_usi_orders">
<table>
<tbody>
<tr></tr>
</tbody>
</table>
</div>
<div id="list_subpanel_orders">
<table>
<tbody>
<tr></tr>
<tr class="oddListRowS1"></tr>
<tr class="evenListRowS1"></tr>
</tbody>
</table>
</div>
我需要找到任何四舍五入的,从<>/strong>开始,“list_subpanel_”,和,有<tr
>有一类“oddListRowS1”或“evenListRowS1”。
然后,我需要从四舍五入的第二次强调之后获得任何东西,并将之转至一项职能。
因此,在《法典》的例子中,“贱民”只能找到第二个干.,并将“账户_usi_orders”通过。
这远远超出了我目前对“贱民”选择的了解,因此,我不理解任何帮助。 感谢!