摘要: 处理页面跳转的界面: 阅读全文
posted @ 2017-09-30 22:14 Vine.Y 阅读(514) 评论(0) 推荐(0) 编辑
摘要: if(isset($_POST['export']) && $_POST['export'] == '导出所选数据') { //此处为多选框已勾选的数据 $export_id=$_POST['choose']; if($export_id !='') { $str = implode(",", $export_id); $sql =... 阅读全文
posted @ 2017-09-30 22:09 Vine.Y 阅读(642) 评论(0) 推荐(0) 编辑
摘要: /*批量上传数据*/ if(isset($_POST['submit']) && $_POST['submit']=='上传文件') { //导入类文件 require_once ("../Classes/PHPExcel.php"); require_once ("../Classes/PHPExcel/IOFactory.php"); //判断是否未选中文... 阅读全文
posted @ 2017-09-30 22:02 Vine.Y 阅读(678) 评论(0) 推荐(0) 编辑
TOP