1 Star 0 Fork 0

Wenhao Bai/白文豪

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
postpage.jsp 719 Bytes
一键复制 编辑 原始数据 按行查看 历史
baiwenhao 提交于 2022-05-21 12:38 . week12
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>用 POST 传递参数</title>
</head>
<body>
<% request.setCharacterEncoding("UTF-8"); String name=request.getParameter("name"); String
pwd=request.getParameter("pwd"); out.println("name=" + name+" /name="+pwd);
if(name.equals(" ytu")&& pwd.equals("123456")) { out.println("pass!"); out.flush(); } else { out.println("Error");
out.flush(); } %>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bai-wenhaos/bai-wenhao.git
git@gitee.com:bai-wenhaos/bai-wenhao.git
bai-wenhaos
bai-wenhao
白文豪
master

搜索帮助