为什么requests.get(url)得到的response不能使用简洁用法 response.xpath(需要先用etree.HTML()方法过渡),而scrapy中parse方法内却能直接使用response.xpath?requests和scrapy的response是两个类,requests的没有封装xpath方法https://zhuanlan.zhihu.com/p/40332579