%@ page contentType="text/html; charset=GBK" language="java" import="java.sql.*" errorPage="errorpage.jsp" %> <% String thisPage="noprivilege.jsp"; if (!Login.isLogin(request)){ response.sendRedirect("login.jsp"); } %>