爬取所有li标签的xpath语句:li_list = response.xpath('//*[@id="main"]/div/div[3]/ul/li')
结果:
li_list = response.xpath('//*[@id="main"]/div/div[3]/ul/li')