码迷,mamicode.com
首页 > Web开发 > 详细

jsp/selvet-demo04.jsp

时间:2019-09-15 10:26:39      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:mon   parameter   head   pre   param   har   code   set   doctype   

<%@ 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>

jsp/selvet-demo04.jsp

标签:mon   parameter   head   pre   param   har   code   set   doctype   

原文地址:https://www.cnblogs.com/wxjj521/p/11521221.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!