1.在第一周的第三次课后作业筛选中出现
data = []
data.append(info)
AttributeError: 'NoneType' object has no attribute 'append'2.
IndentationError: unindent does not match any outer indentation level
这个就是多加减几次空格
3.学习单页抓取,加【0】.text
1.在第一周的第三次课后作业筛选中出现
data = []
data.append(info)
AttributeError: 'NoneType' object has no attribute 'append'这个就是多加减几次空格
3.学习单页抓取,加【0】.text