scrapy怎么发送post请求_百度知道
最佳答案: def parse(self, response): sel = Selector(response) base_url=get_base_url(response) sites = sel.xpath(u'//title/text()') print sites更多关于在scrapy中发送post请求,无法返回正确的结果的问题>>
python中scrapy怎么发送一个post请求_百度知道
最佳答案: 参数: url (string) – 请求的URL callback (callable) – the function that will be called with the response of this request (once its ...更多关于在scrapy中发送post请求,无法返回正确的结果的问题>>