摘要: import java.io.*;class digui{ public static void fun(File file) { if(file.isDirectory()) { File f[] = file.listFiles(); ... 阅读全文
posted @ 2015-03-28 22:18 kevinfuture 阅读(132) 评论(0) 推荐(0) 编辑
摘要: import java.util.*;import java.io.*;class number{ public static void main(String[] args) throws Exception { BufferedReader buf = new Buffered... 阅读全文
posted @ 2015-03-28 15:01 kevinfuture 阅读(630) 评论(0) 推荐(0) 编辑