DOMElement::getAttribute DOMElement::getAttribute(PHP 5, PHP 7)DOMElement :: getAttribute - 返回属性的值描述public string DOMElement::getAttribute ( string $name )获取name当前节点名称的属性值。参数 name 属性的名称。 返回值该属性的值,或者如果找不到给定属性,则为空字符串name。