1. 首页
  2. 编程语言
  3. Java
  4. jsp中获取地址的写法

jsp中获取地址的写法

上传者: 2019-01-21 10:56:09上传 DOC文件 28KB 热度 42次
String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; 的详解
用户评论