print p_node.name,p_node.get_text()
---
运行后有报错如下:
AttributeError: 'NoneType' object has no attribute 'name'
请老师指点
---
运行后有报错如下:
AttributeError: 'NoneType' object has no attribute 'name'
请老师指点
2017-01-14
bs4 安装上了,但是import bs4 print bs4 以后,显示没有安装相应的模块,提示安装失败。。。在window下运行的
2017-01-04