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

最新标签
网站地图
文章索引
Rss订阅
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 笔记 学习 [阅读全文] [PDF]
1 共1条 分1页