![]() | DomElement->set_attribute()(no version information, might be only in CVS) DomElement->set_attribute() -- Sets the value of an attribute说明class DomElement {DomAttribute set_attribute ( string name, string value ) } Sets an attribute with name name to the given value. 参数
返回值Returns the old DomAttribute node, or the new one if you are creating the attribute for the first time. ![]() There are no user contributed notes for this page. | ![]() |