Constructing selectors For convenience,response objects exposes a selector on .selector attribute,it's totally ok to use this shortcut when possible. //怎么构造selector? response.selector.xpath('...')可以简写成response.xpath() xpath()方法返回的是a list of selectors…