<%@ 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>request对象</title>
</head>
<body>
<%
String money = request.getParameter("money");
out.print("一个娃娃"+money+"块钱");
%>
</body>
</html>
相关文章
- 12-14基于Servlet和JSP的用户管理(一)
- 12-14easyui框架 jsp页面
- 12-14类似Tomcat,发布jsp运行的web服务器还有那些:
- 12-14Unable to compile class for JSP: Duplicate local variable session
- 12-14jsp,taglib,velocity,freemarker等都过时了吗?为什么使用thymeleaf?
- 12-14基于springboot jsp框架开发的办公自动化OA系统
- 12-14不要再学 JSP 了,学 SpringBoot + Thymeleaf + Vue吧
- 12-14thymeleaf的jsp日期写法
- 12-14jsp 用户信息注册页面
- 12-14JSP技术(2)