bayue
10/10/2014 - 4:54 AM

去除html中的空标签对

去除html中的空标签对

import re
html = re.sub(r'<([a-z]+\d?)\b[^>]*>( |[\s ])*</\1>', '', html)