📅  最后修改于: 2022-03-11 14:55:31.456000             🧑  作者: Mango
If you're using requests.get('https://example.com')to get the HTML,
you should use requests.get('https://example.com').text.