using lxml.html and creating tree fro html try to extract find []

后端 未结 0 1567
孤街浪徒
孤街浪徒 2021-01-14 19:30

by writing the below code

url=\'http://www.laughfactory.com/jokes/popular-jokes\'

r=requests.get(url)
tree =html.fromstring(r.content)

links_sel=\'//*[@id=&         


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