##**Header基类**
* * * * *
###*类名*
**msqphpbaseheaderHeader**
* * * * *
###*方法*
//无缓存
Header::noCache();
//输出类型 'html','json'....
Header::type(string $type);
//状态码 404,301...
Header::status(int $code);
//下载头 文件路径,文件名,文件类型
Header::download(string $filepath, string $filename = '', string $type = '');



