摘要: PHP代码部分 文件名:upload_file.php 1 function moreupload_file(array $files){//接收一个预定义变量$_FILES 2 $fileArr=array(); 3 if(is_array(current($files)['name'])) 4 阅读全文
posted @ 2020-03-17 11:57 yav 阅读(1031) 评论(0) 推荐(0)