$xpath = new DOMXPath($dom); $result = $xpath->query($query); ... $query = "//book/*[self::title or self::author]"; $xpath = new ...
確定! 回上一頁