摘要: package ex02.pyrmont1; import java.io.File; public class Constants { public static final String WEB_ROOT = System.getProperty("user.dir") + File.separator + "webroot"; } package ex02.pyrmo... 阅读全文
posted @ 2018-11-22 10:05 无天666 阅读(186) 评论(0) 推荐(0) 编辑
摘要: package ex02.pyrmont; import java.io.File; public class Constants { public static final String WEB_ROOT = System.getProperty("user.dir") + File.separator + "webroot"; } package ex02.pyrmon... 阅读全文
posted @ 2018-11-22 09:49 无天666 阅读(202) 评论(0) 推荐(0) 编辑