request的使用.txt
##request对象的方法使用
```javascript
```
该语句用于获取当前网页的相对路径
例如:
访问路径为:http://localhost:8080/hansom/response.jsp
**request.getContextPath()**返回虚拟路径:/h
下载地址
用户评论