JS中获取类似JSP 中的basePath的方法
var local = window.location; var contextPath = local.pathname.split("/")[1]; var basePath = local.protocol+"//"+local.host+"/"+contextPath;
欢迎转载,但转载请注明原文链接[博客园: http://www.cnblogs.com/jingLongJun/]
[CSDN博客:http://blog.csdn.net/mergades]。
如相关博文涉及到版权问题,请联系本人。
[CSDN博客:http://blog.csdn.net/mergades]。
如相关博文涉及到版权问题,请联系本人。