String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
一般放在jsp头部的代码,用于绝对路径。
时间: 2024-11-07 02:46:44
String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
一般放在jsp头部的代码,用于绝对路径。