2011年4月20日
摘要: 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) 推荐(0)