标签: python beautifulsoup
在bs4:
doc_soup.find_all('simpleType', {name: 'k'})
如何找到属性定义的所有节点(无论值)?
答案 0 :(得分:1)
将属性值设置为True,这将基本上检查属性存在:
True
doc_soup.find_all('simpleType', {name: True})