市委组织部项目--js调用后台方法(二)

html中获取工程路径:

<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

javaScript中获取工程路径

  var localObj = window.location;
  var contextPath = localObj.pathname.split("/")[1];
  var basePath = localObj.protocol+"//"+localObj.host+"/"+contextPath;

java中获取工程路径

String path = ServletActionContext.getRequest().getRealPath(relativePath); 


市委组织部项目--js调用后台方法(二),布布扣,bubuko.com

市委组织部项目--js调用后台方法(二)

上一篇:Java+Axis WebService接口开发实例


下一篇:Extjs中报表导出,报错。