Response
Cml\Http\Response
用来处理页面跳转
、响应404
、及发送http状态码
等;
重定向
\Cml\Http\Response::redirect($url, $time = 0)
显示404页面
\Cml\Http\Response::show404Page($tpl = null)
发送http状态码相对应的信息
\Cml\Http\Response::sendHttpStatus($code)
URL组装 支持不同URL模式
\Cml\Http\Response::url($url = '', $echo = 1)