[问题] pyquery

楼主: bchoice (choice)   2021-05-01 12:59:20
我用pyquery后
该怎么撷取 href="/magic/11320 这段文字
<a data-v-54b96320="" href="/magic/11320" target="_blank" class="m-card-s">
感谢各位前辈
doc = pq(html)
a = doc('a')
for item in a.items():
href = item.attr('href')
print (href)
我的程式是这样,该怎么改
感谢
作者: boogieman (Let the Right One In)   2021-05-01 14:47:00
href.split("/")
作者: TitanEric (泰坦)   2021-05-01 23:18:00
regex
楼主: bchoice (choice)   2021-05-02 10:27:00
感谢大大帮忙
作者: TitanEric (泰坦)   2021-05-03 01:33:00
跟你确认一下问题,你是要从a element取出href="/magic/11320"是吗? 如果是,你目前的方法可以不晓得你目前遇到的问题是什么
作者: IloveBlack2 (我爱花妈花妈爱我)   2021-05-03 10:15:00
没人看懂问题

Links booklink

Contact Us: admin [ a t ] ucptt.com