1
我有以下HTML正則表達式提取HTML屬性值
<tr><td class="width35pct alignR"><span style="font-weight: bold;">TO :</span></td><td class="width40pct alignC"><input id="form:firstTON" name="form:firstTON" type="text" value="114" maxlength="17" tabindex="7" style="width:198px; margin: 5px 0 5px 0;" class="ui-inputfield ui-inputtext ui-widget ui-state-default ui-corner-all" /><script id="form:firstTON_s" type="text/javascript">//<![CDATA[PrimeFaces.cw('InputText','widget_form_firstTON',{id:'form:firstTON'});//]]><![CDATA[]]]]><![CDATA[></script></td><td class="alignl"><span style="font-weight: bold !important;" class="ar">number</span></td></tr>
,我需要創建一個正則表達式的是提取值「114」,這是「value」屬性的值。
請幫忙嗎?
你在用什麼**語言? – hwnd 2015-04-02 04:15:57
上午使用Jmeter,我需要從響應驅動這個值 – User 2015-04-02 04:20:31