摘要:
通过request对象 request对象的类型为HttpServletRequest。在JSP翻译成的Java类中,有这样的函数:public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException 当客户请求到达服务器时,该函数将被调用。该函数负责生成并输出客户请求的html代码。HttpServletRequest是一个接口,扩展自ServletRequest接口。该接口提供了一系列方法,主要用于http. 阅读全文
posted @ 2007-09-21 16:41
反正我信了
阅读(944)
评论(0)
推荐(0)
浙公网安备 33010602011771号