2014-01-29 65 views

回答

1
foreach($_FILES as $file){ 
    $tmp[] = $file['tmp_name']; 
} 
print_r($tmp); 
相關問題