我经常编写如下代码
try: self.title = item.title().content.string except AttributeError, e: self.title = None
有没有更快的方法来解决这个问题?一个班轮?
python beautifulsoup
beautifulsoup ×1
python ×1