遇到把陣列轉成XML 格式的需求// array to xml function array_to_xml $data, $xml_data { foreach $data as $key => $value { if is_array $value ...
確定! 回上一頁