foreach ($items as $item) { $node = dom_import_simplexml($item); $title = $node->getElementsByTagName('title')->item(0)->textContent; ...
確定! 回上一頁