获取页面信息,最简单的办法,亲测可行 from simplified_scrapy.request import req html = req.get('https://www.baidu.com/') print(html) 注意:小心使用,防止反爬禁止IP