不同的系统下,路径不同,关于路径的研究
摘要:String tomcatPath = System.getProperty("user.dir"); out.print("tomcatPath:" + tomcatPath + ""); String filepath = ""; if (tomcatPath.contains("//")) { filepath = tomcatPath.replace("//bin", "//webapps//CDNManageSystem//") + "
阅读全文
posted @
2011-04-20 11:06
Miracle刘
阅读(211)
推荐(0)