/** * 跳转到404 */ public static function JumpTo404() { ZOL_Http::send404Header(); header("Location:/NoPage/"); exit; }