永发信息网

电子元器件速查手册破解版

答案:1  悬赏:70  手机版
解决时间 2021-04-25 01:53
  • 提问者网友:十年饮冰
  • 2021-04-24 17:57

菜鸟求电子元件速查字典破解版、戓注册码

发QQ875111839 谢谢

最佳答案
  • 五星知识达人网友:行雁书
  • 2021-04-24 19:28
总共两个文件,依赖容器,请将其放入tomcat的ROOT目录下
通过 访问,要启动tomcat噢!

login.html

<form action="login.jsp">
<input type="text" name="id">
<input type="password" name="password">
<input type="submit" value="提交">
</form>

login.jsp
<%
String id = request.getParameter("id");
String password = request.getParameter("password");

if("admin".equals(id) && "admin".equals(password))
{out.print("登录成功!");
//response.sendRedirect("success.html");
}
else
{
out.print("登录失败!");
//response.sendRedirect("error.html");
}
%>

*纯手写,如有错误请理解!
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯