摘要: public function import_upload(){ set_time_limit(900); if(!empty($_FILES ['xls_path']['name'])){ $tmp_file = $_FILES ['xls_path']['tmp_name']; $file_types =... 阅读全文
posted @ 2016-10-11 10:58 午时的海 阅读(315) 评论(0) 推荐(0)