📌  相关文章
📜  'response' 类型的对象没有 len() beautifulsoup - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:31.456000             🧑  作者: Mango

代码示例1
If you're using requests.get('https://example.com')to get the HTML,
you should use requests.get('https://example.com').text.