摘要: try { File file = new File(new File(new File(Play.applicationPath, "conf"), "init"), "aliww.txt"); whitleListSet.addAll(FileUtils.readLines(file)); } catch (IOException e2) { log.warn(e2.getMessage(), e2); } 阅读全文
posted @ 2012-11-12 20:49 程序员-初学者 阅读(417) 评论(0) 推荐(0)