Exemplo n.º 1
0
 /**
  * 跳转到404
  */
 public static function JumpTo404()
 {
     ZOL_Http::send404Header();
     header("Location:/NoPage/");
     exit;
 }