专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅

首页 »Java教程 » jsp学习笔记:JSP学习笔记( 8)-----include的运用 »正文

jsp学习笔记:JSP学习笔记( 8)-----include的运用

来源: 发布时间:星期六, 2009年3月28日 浏览:0次 评论:0
1. 向JSP页面中插入指定页面思路方法有两种: JSP命令<%@ %> JSP动作<jsp: /> 2. a.jsp代码如下:<html>huanghui <%@ file="b.jsp"%><jsp: page="b.jsp" flush="true"/></html> 3. b.jsp代码如下:<html>hello</html>


TAG: JSP Jsp 笔记 学习
0

相关文章

读者评论

发表评论

  • 昵称:
  • 内容: