2012年9月12日
摘要: 阅读全文
posted @ 2012-09-12 17:00 elleniou 阅读(436) 评论(0) 推荐(0) 编辑
摘要: request对象 主要用于接收客户端发送而来的请求信息,客户端的请求信息被封装在request对象中,通过它才能了解到客户的需求,然后做出响应。它是HttpServletRequest类的实例。序号 方 法 说 明1 object getAttribute(String name) 返回指定属性的属性值2 Enumeration getAttributeNames() 返回所有可用属性名的枚举3 String getCharacterEncoding() 返回字符编码方式4 int getContentLength() 返回请求体的长度(以字节数)5 String getContentTy. 阅读全文
posted @ 2012-09-12 09:43 elleniou 阅读(10595) 评论(0) 推荐(0) 编辑