标签:
需求:提取My Label关联的input的值
<input value="radio43" type="radio" name="myradio" id="long_nested_path"/> <label for="long_nested_path">My Label</label>
结果:
<input value="(.+?)".*\n.*My Label
JMeter
原文地址:http://www.cnblogs.com/qmfsun/p/5906760.html