Python, How to use lxml XPath?

前端 未结 0 1424
攒了一身酷
攒了一身酷 2021-01-20 06:32

In python I had:

response = s.get(url, allow_redirects=False, cookies=cookies, headers=headers)
soup = BeautifulSoup(response.text, \'lxml\')
reg_cart = soup.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题