[第2章jsp基础知识.pptVIP

  • 2
  • 0
  • 约 65页
  • 2017-01-06 发布于北京
  • 举报
[第2章jsp基础知识

* 请求对象 request对象提供了一组方法来取得客户端的请求数据,包括表单数据 request.getContentLength() 请求长度 request.getContentType() MIME类型 request.getContextPath() 请求的路径 getServerName() 客户端请求的服务器名 getServerPort() 服务器提供服务的端口号 getRemoteHost() 客户端主机名 getRemoteAddr() 客户端IP地址 getRequestURI() 请求的URI信息 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile . Copyright 2004-2011 Aspose Pty Ltd. * request与表单 表单是网页上的form元素所包含的input元素控件 表单数据在提交时会被送到服务器,服务器端由 request 对象接收表单数据 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile . Copyright 2004-2011 Aspose Pty Ltd. * r

文档评论(0)

1亿VIP精品文档

相关文档