$xpath = new DOMXPath($dom); $result = $xpath->query($query); var_dump($result); ... http://php.net/manual/kr/class.domnodelist.php.
確定! 回上一頁