⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 showpost.jsp

📁 JSP初学者
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=GBK"%>

<html>
<head><title>使用post方式提交</title></head>
<form name="form1" method="post" action="loginAction.jsp">
用户名: <input type="text" name=“loginName">
密码:<input type=“password" name=“password">
<input type="submit"  value="提交">
</form>
</html>

⌨️ 快捷键说明

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