1. request
1. 请求对象:该方法返回参数name所指定的属性值,如果不存在那个属性,则返回null值. 这些属性被绑定在当前的HTTP请求对象(request)上. 如果我们需要将某个属性绑定在request对象上,可以使用setAttribute()方法. 请参考setAttribute()方法的介绍.
2. request:req; 请求
1. on request : 被请求时;