C#正则表达式提取HTML中指定img标签的src地址
在html中,<divstyle="text-align:center;margin-top:20px;"><imgsrc="sdsd.jpg"/><ahref="sdf...
在html中,
<div style="text-align: center; margin-top: 20px;"><img src="sdsd.jpg" />
<a href="sdfs.com" target="_blank"> <img src="sdsd.gif" /> </a></div>
<div style="text-align: center;">
<img width="100%" src="sdsd.com/dff/newimg/2012/event/0720/J8/J8_gssd.jpg" /></div>
<p>
<img width="100%" src="sdsd.com/xx-st/2014/07/04/904/0.jpg" /></p>
<p>
<img width="100%" src="xx-st/2014/07/04/904/1.jpg" /></p></div>
<div style="padding:2px;" id="prd_dti_ftr_htm"></div>
<div style="padding:2px;" id="ctg_prd_dti_ftr_htm"></div>
<div style="padding:2px;" id="brd_prd_dti_ftr_htm"></div>
<div style="padding:2px;" id="brd_img_mdl_htm"><img width="100%" src="sdsd.com/thejamy-new/images/fd/model/es_model.jpg" alt="" ></div>
</div></div> </div> </div>
我想提取img标签中有width="100%"属性,并且结尾是以[0-9]数字.jpg结尾的src地址。请各位大神指点 展开
<div style="text-align: center; margin-top: 20px;"><img src="sdsd.jpg" />
<a href="sdfs.com" target="_blank"> <img src="sdsd.gif" /> </a></div>
<div style="text-align: center;">
<img width="100%" src="sdsd.com/dff/newimg/2012/event/0720/J8/J8_gssd.jpg" /></div>
<p>
<img width="100%" src="sdsd.com/xx-st/2014/07/04/904/0.jpg" /></p>
<p>
<img width="100%" src="xx-st/2014/07/04/904/1.jpg" /></p></div>
<div style="padding:2px;" id="prd_dti_ftr_htm"></div>
<div style="padding:2px;" id="ctg_prd_dti_ftr_htm"></div>
<div style="padding:2px;" id="brd_prd_dti_ftr_htm"></div>
<div style="padding:2px;" id="brd_img_mdl_htm"><img width="100%" src="sdsd.com/thejamy-new/images/fd/model/es_model.jpg" alt="" ></div>
</div></div> </div> </div>
我想提取img标签中有width="100%"属性,并且结尾是以[0-9]数字.jpg结尾的src地址。请各位大神指点 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询