摘要: 1 package cn.xiaocangtian.Exception; 2 3 import java.io.FileInputStream; 4 import java.io.FileNotFoundException; 5 import java.io.IOException; 6 7 public class TestException3 { 8 public... 阅读全文
posted @ 2016-12-07 18:19 douzujun 阅读(1121) 评论(0) 推荐(0)
摘要: 1 package cn.xiaocangtian.testFile; 2 3 import java.io.File; 4 5 public class FileTree { 6 public static void main(String[] args) { 7 File f = new File("E:/Java_All_Code/TestFile... 阅读全文
posted @ 2016-12-07 15:31 douzujun 阅读(1879) 评论(0) 推荐(0)