try: doc = etree.parse(file_path) except (ParserError, ParseError): raise ... def parse_results_page(self, root): # {{{ from lxml.html import tostring ...
確定! 回上一頁