摘要: 一、摘要 在JSP容器中生成的Servlet类的_jspService()方法中,定义了几个对象,在编写JSP页面时我们可以使用这些隐含对象。 PageContext pageContext = null; HttpSession session = null; ServletCon... 阅读全文
posted @ 2015-06-09 15:53 温布利往事 阅读(1548) 评论(1) 推荐(0)