标签:
String _path = request.getContextPath(); String _basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + _path + "/"; pageContext.setAttribute("path", _basePath);
标签:
原文地址:http://www.cnblogs.com/clovem/p/5908950.html