|
发表于 2017-10-1 12:39:29
|
显示全部楼层
- import console;
- str=/*
- <td align="center">
- <a id="dgList_ctl332_lbtnDelete" href='javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("dgList$ctl332$lbtnDelete", "", true, "", "", false, true))'>
- <img alt="下载" id="btDetailSpecialty" title="下载" style="CURSOR: hand" src="/DICP/themes/dfstyle/icon_luru.gif" border="0">
- </a>
- </td>
- */
- import string.xml
- doc=string.xml(str)
- ele=doc.queryEles(
- tagName = "a";
- )
- console.log(ele[1].href)
- console.log(doc.td[1].a[1].href)
- console.pause(true);
复制代码 |
|