jsp其实是一个java类

我们打开tomcat的D:\Program_Files\apache-tomcat-8.0.32\work\Catalina\localhost\venus\org\apache\jsp,

当我们访问过页面后会发现login.jsp会生成两个文件login_jsp.class和login_jsp.java

我们打开java文件其中有这段代码

 

out.write("\r\n");
out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\r\n");
out.write("<html>\r\n");
out.write("\t<head>\r\n");
out.write("\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\r\n");
out.write("\t\t<title>百度一下</title>\r\n");
out.write("\t</head>\r\n");
out.write("\t<body>\r\n");
out.write("\t\t<form action=\"./DoLoginServlet\" method=\"post\">\r\n");
out.write("\t\t\t<input name=\"user_name\">\r\n");
out.write("\t\t\t<input type=\"password\" name=\"password\">\r\n");
out.write("\t\t\t<button type=\"submit\">提交</button>\r\n");
out.write("\t\t</form>\r\n");
out.write("\t\t\r\n");
out.write("\t</body>\r\n");
out.write("</html>");

 

发现原理JSP里的内容变成了字符串

JSP文件是在一个类中的

 

转载于:https://www.cnblogs.com/lyxcode/p/9458478.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值