jsp 获取配置信息
摘要:
java 方式 Properties pt=new Properties(); String realpath = request.getRealPath("/WEB-INF/classes"); FileInputStream in = new FileInputStream(realpath+" 阅读全文
posted @ 2017-10-26 16:07 静以修身! 阅读(120) 评论(0) 推荐(0) 编辑