data.xml';$xml = simplexml_load_file($path);foreach($xml->children() as $child){ echo $child}simplexml_load_file() 函式把XML 文件載入.
確定! 回上一頁