複製程式碼程式碼如下: // 用DOM 讀取XML $doc = new DOMDocument(); $doc->load('test.xml'); $books = $doc->getElementsByTagName("book"); ...
確定! 回上一頁