2015-06-17 · 知道合伙人互联网行家
关注
展开全部
这个是往文本框里输入的页面
<%@ page contentType="text/html;charset=GBK" %>
<html>
<body>
<form id="f1" name="f1" method="post" action="show.jsp">
<input type="text" name="username">
<input type="submit" value="确定">
</form>
</body>
</html>
这个是显示的页面
<%@ page contentType="text/html;charset=GBK" %>
<html>
<body>
<%=request.getParameter("username")%>
</body>
</html>
要启动tomcat才能运行
我运行出来啦 可行!
<%@ page contentType="text/html;charset=GBK" %>
<html>
<body>
<form id="f1" name="f1" method="post" action="show.jsp">
<input type="text" name="username">
<input type="submit" value="确定">
</form>
</body>
</html>
这个是显示的页面
<%@ page contentType="text/html;charset=GBK" %>
<html>
<body>
<%=request.getParameter("username")%>
</body>
</html>
要启动tomcat才能运行
我运行出来啦 可行!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询