摘要: $doc = new DOMDocument();$doc->load('bird_base.xml');$root = $doc->getElementsByTagName('birdList');$root = $root->item(0);$bird = $root->getElementsB 阅读全文
posted @ 2016-07-07 16:23 秋风落叶. 阅读(1530) 评论(0) 推荐(0)