我正在使用一种工具开发一个表单,其中字段 id 从环境到环境的变化。所以我想定义一些在每种形式中寻找 ID 的东西。这是代码段:
</div>
</div>
</td>
</tr>
</table>
</span>
</td>
<td class="ml-Col ml-SpcrCol">
</td>
<td class=" FieldLabel ml-FldLbl ml-BrdRight lo_20150 ml-BrdBottom" style="width:15%;">
<span id="loitem20150">
<img id="1234requiredImg" class="required-icon" src="/grc/BackgroundImageGenerator.axd?className=Bullet&classProperties=bulletShape:RequiredIndicatorWidget;baseColor:%23B80000" alt="Required" style="display:none;" />
Submission Status:
</span>
</td>
<td class="ml-FldCnt lo_20150 ml-BrdBottom" style="width:35%;">
<span id="master_DefaultContent_abc_s1243_f1234c" class="ComboboxWrapper">
<table cellpadding="0" cellspacing="0" style="width:100%;">
<tr>
这是JS代码片段:
var submitStatId = "master_DefaultContent_abc_s1243_f1234c";
我正在尝试一个可以在 html 源代码中查找 id 的正则表达式。就像在提交状态后查找标签和在这些标签中查找 id 一样。
谢谢,高拉夫