importredefremove_js_css (content):"""remove the the javascript and the stylesheet and the comment content ( and )"""r= re.compile(r'''''',re.I|re.M|re.S)
s= r.sub ('',content)
r= re.compile(r'''''',re.I|re.M|re.S)
s= r.sub ('', s)
r= re.compile(r'''''', re.I|re.M|re.S)
s= r.sub('',s)
r= re.compile(r'''''', re.I|re.M|re.S)
s= r.sub('',s)
r= re.compile(r'''''', re.I|re.M|re.S)
s= r.sub('',s)returnsdefremove_empty_line (content):"""remove multi space"""r= re.compile(r'''^\s+$''', re.M|re.S)