request.getContextPath()这个能获取当前访问路径 怎么获取上级的路径
string 当前路径 = request.getContextPath();当前路径 + "/../"就是上级路径