TypeError: 'NoneType' object is not iterable
错误信息:
new_urls, new_data = self.parser.parse(new_url, html_cont)
TypeError: 'NoneType' object is not iterable
这个TypeError是怎么回事呢?
错误信息:
new_urls, new_data = self.parser.parse(new_url, html_cont)
TypeError: 'NoneType' object is not iterable
这个TypeError是怎么回事呢?
2016-04-06
举报