xml =simplexml_load_file($file); foreach($xml->Var[0]->attributes() as $a => $b) { echo $a,'="',$b,"\"\n"; } ...
確定! 回上一頁