Extjs中报表导出,报错。

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); 


Extjs中报表导出,报错。,布布扣,bubuko.com

Extjs中报表导出,报错。

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


下一篇:jmeter系列(8)-常见函数__counter