php // set name of XML file $file = "pet.xml"; // load file $xml = simplexml_load_file($file) ...
確定! 回上一頁