Can you please tell me if there is any DOM API which search for an element with given attribute name and attribute value:(您能告诉我是否有DOM API搜索具有给定属性名称和属性值的元素:)
Something like:(就像是:)
doc.findElementByAttribute("myAttribute", "aValue");
ask by michael translate from so