JSP
请求与相应
Web程序的请求响应模式:
web应用程序请求与响应
用户发送请求:request
服务器给用户响应:response
用户发送请求request(HTTP协议)
服务器给用户想应response(HTTP协议)
<% %>可以写JAVA代码,<%! %>可以定义变量和方法,<%= %>是jsp表达式可以调用变量和方法
Web程序的请求响应模式
1. 用户发送请求(request)
2. 服务器给用户响应(response)
Web程序的请求响应模式
由用户或者客户端发送请求(request) HTTP请求
服务器给用户或者客户端响应(response) HTTP响应
Web程序的请求响应模式: 用户/客户端发送请求(request) 服务器给用户/客户端响应(response)
Web程序的请求响应模式:
用户发送请求(request)
服务器给用户响应(response)
web程序的请求响应模式:
用户发送请求(request)
服务器给用户响应(response)
3-3 Web程序的请求与响应模式
Web程序的请求响应模式1
web程序的请求响应模式:
用户发送请求(request)
服务器给用户响应(response)
1.Web程序的请求响应模式:客户端(用户)和Web服务器之间。
Web应用程序都是一种基于请求和响应模式
Web程序的请求响应模式
jsp内置对象
web程序的请求响应模式:
用户发送请求(request)
服务器给用户响应(response)
jsp内置对象
web程序的请求响应模式:
用户发送请求(request)
服务器给用户响应(response)
@JSP---Web程序的请求响应模式
用户/客户端发送请求【request】
服务器给用户/客户端响应【response】
什么是web容器 servlet容器 啥啥啥的
request内置对象
response内置对象
page内置对象
session内置对象
application内置对象
out内置对象
exception内置对象
config内置对象
pageContext内置对象
jsp请求响应模式
Web程序的请求响应模式