pyquery用法全面總結

以下, 根據屬性值,提取節點 <html> <li class="name">zuoy</li> <li class="age">21</li> <li id="name">zhangsan</li> <li id="age">18</li> </html> # 按照屬性值,提取姓名 doc = pq(html) doc('.class').text() ## z
相關文章
相關標籤/搜索