首页 > 代码库 > Python: 编程遇到的一些问题以及网上解决办法?

Python: 编程遇到的一些问题以及网上解决办法?

1.Python:object of type ‘Response‘ has no len(),如何解决?(点我)

Traceback (most recent call last):  File "F:/Python/TD.py", line 7, in <module>    soup = BeautifulSoup(wb_data,‘lxml‘)  File "C:\Python35\lib\site-packages\bs4\__init__.py", line 192, in __init__    elif len(markup) <= 256 and (TypeError: object of type ‘Response‘ has no len()

 

Python: 编程遇到的一些问题以及网上解决办法?