直接上程式碼$path = './data.xml';$xml = simplexml_load_file($path);foreach($xml->children() as $child){ echo $child}simplexml_load_file() 函 ...
確定! 回上一頁