如何在HTML輸出中捕獲整個塊?塊內部是一個未打開的「noscript」標籤。正則表達式捕獲多行的整個div塊
我在nginx上與subs_filter一起使用它,意味着任何基於DOM的解決方案都不能在這裏工作。
...
<div id="me_104" >
<img src="http://www.google.com" alt="" style="position: absolute; left:0; top: 0; width: 0px; height: 0px;" />
<iframe id="zz_3423_543534" name="zz_3423_543534_54635677" src="http://google.com" width="400" height="80" scrolling="no" frameborder="0" allowtransparency="true" marginwidth="0" marginheight="0"></iframe></noscript>
</div>
...
什麼是該塊可能改變的部分? – Stephan
@Alex img src可以更改,iframe id,name,src可以更改。 html結構停留在is。 – Nenad