%Stringpath=r"> <%Stringpath=r" />
欢迎来到天天文库
浏览记录
ID:18513514
大小:334.00 KB
页数:22页
时间:2018-09-18
《web程序设计实验报告》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、实验一【实验题目】做一个JSP页面,显示乘法口诀【实验步骤】1.实验程序:<%@pagelanguage="java"import="java.util.*"pageEncoding="ISO-8859-1"%><%Stringpath=request.getContextPath();StringbasePath=request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%>
2、nsitional//EN">
3、etahttp-equiv="description"content="Thisismypage">
4、out.println("");}}%>2.实验结果:实验二【实验题目】1.设计一个页面,接收输入的两个字符串,使用javabean来计算第二个字符串在第一个字符串中的位置并打印在jsp页面上。例如输入“thisisjsp”、“is”,则打印出结果6。2.从一个页面获取接受的用户名和密码,进行判断,如果正确则使用jsp:forward标识跳转到一个显示成功的页面,否则跳转到失败页面。【实验步骤】1.实验程序:<%@pagelanguage="java"import="java.util.*"pageEncoding="utf
5、-8"%><%Stringpath=request.getContextPath();StringbasePath=request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%>
6、http-equiv="pragma"content="no-cache">JAVABEAN方法实例login.html
此文档下载收益归作者所有