摘要: import java.io.File; import java.io.FileFilter; import org.junit.Test; public class TestFile { public static long size; public static void main(String[] args) { TestFile t = new TestFile(); ... 阅读全文
posted @ 2014-07-29 09:46 xmc0551 阅读(650) 评论(0) 推荐(0) 编辑