我有這個程式碼: $dom = new DOMDocument(); $dom->load('file.xml'); $names = $dom->getElementsByTagName('name'); 現在, $names 是domNodeList物件,我需要將該 ...
確定! 回上一頁