def get_zf_wb(self, z_jx=None):
if not isinstance(z_jx, Tag):
raise exception.NotFoudZfweibo()
div_attrs = {'node-type': 'feed_list_forwardContent'}
z_jx = z_jx.findChild(name='div', attrs=div_attrs)
self.z_jx = ZDetail(z_jx, self)
# ?? ??? text ????
评论列表
文章目录