博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jsp包含文件的两种方法
阅读量:6265 次
发布时间:2019-06-22

本文共 618 字,大约阅读时间需要 2 分钟。

1 //第一种:include指令:当JSP转换成Servlet时引入指定文件 <%@ page contentType="text/html; charset=GB2312" language="java" errorPage=""%>     2 <%@ include file="head.jsp"%>    3 <%@ include file="body.jsp"%>    4 <%@ include file="tail.jsp"%>    5 //第二种:
动作元素:当JSP页面被请求时引入指定文件 6 <%@ page contentType="text/html; charset=GB2312" language="java" errorPage=""%> 7
8
9
10 11 12 //第二种方法可以很方便的用
来向所包含页传递参数,方法如下: 13 <%@ page contentType="text/html; charset=GB2312" language="java" errorPage=""%> 14
15
16
17
18
19

转载地址:http://cwzpa.baihongyu.com/

你可能感兴趣的文章
博客园美化-coffee
查看>>
How to create own operator with python in mxnet?
查看>>
开放源代码的设计层面框架Spring——day02
查看>>
[SP694][SP705]DISUBSTR - Distinct Substrings/SUBST1 - New Distinct Substrings[SA]
查看>>
Jquery 选择器大全 【转载】
查看>>
066、Weave如何与外网通信?(2019-04-09 周二)
查看>>
shell脚本入门
查看>>
【转】oracle in与exists语句的区别
查看>>
python之正则表达式模块
查看>>
学习AOP之认识一下Spring AOP
查看>>
用PhoneGap创建第一个项目
查看>>
vue 2.0 开发实践总结之疑难篇
查看>>
iOS开发中的错误整理,(百思项目,指示器位置)设置控件尺寸和点坐标,先设置尺寸,再设置点坐标...
查看>>
(C/C++学习)7.数组及其访问方式
查看>>
LeetCode——Intersection of Two Linked Lists
查看>>
对拍——我目前可以找到的最简写法
查看>>
js之广告弹出自动关闭
查看>>
axios请求requestBody和formData
查看>>
PSQL_标准API和Interface基本的用法和比较(概念)
查看>>
网站目录
查看>>