4-13.txt

来自「jsp常用实例讲解」· 文本 代码 · 共 17 行

TXT
17
字号
<html>
<head>
<title> test forward</title>
<meta http-equiv="Content-Type" content="text/html;charset=gb2312">
<body>
这里是统计界面!
<%
String username,password;
username=request.getParameter("username");
password=request.getParameter("password");
%>
<HR>
username is:<%=username%><BR>
password is:<%=password%><BR>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?