// 当前地址栏地址
var href= location.href;
// var queryString= href.split('?')[1];
// var queryMap= Ext.urlDecode(queryString);
// var serverName= Ext.query('base')[0].href;
System.out.println(System.getProperty("user.dir"));
System.out.println(this.getClass().getClassLoader()
.getResource("/").getPath());
System.out.println(this.getClass().getClassLoader()
.getResource(".").getPath());
System.out.println(this.getClass().getClassLoader()
.getResource("/").getPath()); System.out.println(this.getClass().getClassLoader()
.getResource("").getPath()); System.out.println(this.getClass().getClassLoader().
getResource("..").getPath());
var href= location.href;
// var queryString= href.split('?')[1];
// var queryMap= Ext.urlDecode(queryString);
// var serverName= Ext.query('base')[0].href;
System.out.println(System.getProperty("user.dir"));
System.out.println(this.getClass().getClassLoader()
.getResource("/").getPath());
System.out.println(this.getClass().getClassLoader()
.getResource(".").getPath());
System.out.println(this.getClass().getClassLoader()
.getResource("/").getPath()); System.out.println(this.getClass().getClassLoader()
.getResource("").getPath()); System.out.println(this.getClass().getClassLoader().
getResource("..").getPath());
941

被折叠的 条评论
为什么被折叠?



