1 匹配HTML中的<a>标签
reg = "<a[^>].*?>.*</a>"
2 匹配HTML中的最后一个<img/>标签
<img[^>]+\s*/>$
<img[^>]+\s*style='display:none'\s*/>$