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

最新标签
网站地图
文章索引
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. 该例子主要告诉我们如何样在JSP代码中使用JSP动作例如<jsp:forward > 2. 该例子需要 4个文件:login.jsptest.jspok.htmno.htm 3. 首先看下login.jsp <html><center><form method=get action="http://127.0.0.1:8000/test.jsp"> username<input type=text name=username> password<input type=password name=password><input type=submit value="确定"></fo [阅读全文] [PDF]
1 共2条 分1页