打代码时将链接放入循环时总是重复两次 print出来一个head 一个body 请问怎么解决
shoes_list=shoes_html.xpath('//div/a/@href') for i in shoes_list: print(i)