def handle_comment(self, data): HTMLParser.handle_comment(self, data) print('data %s ' % data)
def handle_comment(self, data): # 不知道干啥的,看上去是获取注释的,暂时用不到 HTMLParser.handle_comment(self, data)