pix*_*xel 5 python href splinter
我想href从<a>Splinter的元素中获取价值.
href
<a>
那有什么api方法吗?
Pab*_*ich 11
如果使用find_by_*方法选择元素,则这些实例返回的实例为ElementLists.选择您感兴趣的元素(很可能是ElementAPI实例)后,像字典一样访问该属性:
ElementList
ElementAPI
the_element['href']
归档时间:
12 年,2 月 前
查看次数:
3745 次
最近记录:
11 年,3 月 前