JSP 04课 (1)
2021-03-31 04:27
阅读:712
YPE HTML>
标签:top sheet sep cache ram odi use ext pat
"java" import="java.util.*" pageEncoding="utf-8"%> String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> span>"-//W3C//DTD HTML 4.01 Transitional//EN">base href="">My JSP ‘login.jsp‘ starting page "pragma" content="no-cache"> "cache-control" content="no-cache"> "expires" content="0"> "keywords" content="keyword1,keyword2,keyword3"> "description" content="This is my page">
"java" import="java.util.*" pageEncoding="utf-8"%> String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> span>"-//W3C//DTD HTML 4.01 Transitional//EN"> base href="">My JSP ‘display.jsp‘ starting page "pragma" content="no-cache"> "cache-control" content="no-cache"> "expires" content="0"> "keywords" content="keyword1,keyword2,keyword3"> "description" content="This is my page">"center"> "images/top2.jpg">"center">信息显示
request.setCharacterEncoding("utf-8"); String name=request.getParameter("tUser"); String password=request.getParameter("tPwd"); String sex=request.getParameter("s"); String email=request.getParameter("tEm"); String y=request.getParameter("year"); String m=request.getParameter("month"); String d=request.getParameter("day"); %> 用户名是:
密码是:
性别是:
电子邮件地址是:
出生日期是:年月日
JSP 04课 (1)
标签:top sheet sep cache ram odi use ext pat
原文地址:https://www.cnblogs.com/naoguakerteng/p/12588863.html
评论
亲,登录后才可以留言!