python 爬虫Tag方法print(li_list[0].h3.a.text)
print(li_list[0].h3.a.string)
print(li_list[0].h3.a.contents)
print(li_list[0].h3.a.contents[0])

相关文章: