[原]getHttpHeader
摘要: request.getHeaderNames()
阅读全文
posted @
2009-05-28 00:14 天堂露珠 阅读(265) |
评论 (0) 编辑
[原]cookie读写
摘要: Cookie []cookies = request.getCookies();
阅读全文
posted @
2009-05-28 00:03 天堂露珠 阅读(210) |
评论 (0) 编辑
[原]隐含对象config
摘要: config.getInitParameterNames()
阅读全文
posted @
2009-05-27 23:54 天堂露珠 阅读(223) |
评论 (0) 编辑
[原]request.getParameterValues()
摘要: request.getParameterValues(name)
阅读全文
posted @
2009-05-27 23:32 天堂露珠 阅读(573) |
评论 (0) 编辑
[原]jsp:param
摘要: <jsp:forward page="proc.jsp" >
<jsp:param name="number" value="<%=i%>" />
</jsp:forward>
阅读全文
posted @
2009-05-27 23:27 天堂露珠 阅读(219) |
评论 (0) 编辑
[原]jsp:forward
摘要: <jsp:forward page="welcome.jsp"/>
阅读全文
posted @
2009-05-27 23:24 天堂露珠 阅读(192) |
评论 (0) 编辑