Beispiel #1
0
 def handle_comment(self, data):
     HTMLParser.handle_comment(self, data)
     print('data %s' % data)
Beispiel #2
0
 def handle_comment(self, data):
     HTMLParser.handle_comment(self, data)
Beispiel #3
0
 def handle_comment(self, data):
     ''' 处理注释'''
     HTMLParser.handle_comment(self, data)
     print(data)
Beispiel #4
0
 def handle_comment(self, data):
     """处理注释"""
     HTMLParser.handle_comment(self, data)
     print data
 def handle_comment(self, data):
     HTMLParser.handle_comment(self, data)
Beispiel #6
0
 def handle_comment(self, data):
     """处理注释"""
     HTMLParser.handle_comment(self, data)
     print data
Beispiel #7
0
 def handle_comment(self, data):
     return HTMLParser.handle_comment(self, data)