[TOC]

添加表头

用法,只接受闭包写法

export(function($arg1,$arg2,$arg3){
   return DB::table($table)->get();
},$arg1,$arg2,$arg3)

demo