dom = new DOMDocument(); $dom->loadHTMLFile('path/to/htmlfile.html'); // or loadHTML($str) $dom->load('path/to/xmlfile.xml'); ...
確定! 回上一頁