$dom = new DOMDocument(); $dom->loadHTML($string);//that's HTML of my document, string. and xpath query: $xpath = new DOMXPath($dom); ...
確定! 回上一頁