php class cNode extends SimpleXMLElement { function getName() { return dom_import_simplexml($this)->nodeName; } function getType() { return ...
確定! 回上一頁