either $articles = simplexml_load_string($xml); echo dom_import_simplexml($articles)->textContent; // or $dom = new DOMDocument; $dom->loadXML($xml); echo ...
確定! 回上一頁