摘要: 例子: 做一个用户登录系统: 1.新建一个login.jsp,写form表单 2、做2个页面ok.jsp(成功),error.jsp(错误) 3、新建一个Servlet接受request,并取得username 和 password 阅读全文