0
4

1 回答 1

1

获得 HTMLDivElement 后,例如 coolElement,您可以尝试以下操作:

    coolElement.attributes['name'] 
    
    coolElement.attributes['action']。
    
如果属性存在,您可以使用 nodeValue 获取值
    coolElement.attributes['attribute_name'].nodeValue
    

于 2012-04-16T17:58:29.557 回答