摘要:
import java.io.File ; import java.io.IOException ; public class FileDemo01{ public static void main(String args[]){ File f = new File("d:\\test.txt") ; // 实例化File类的对象 try{ ... 阅读全文
posted @ 2020-01-07 14:07
吴裕雄
阅读(130)
评论(0)
推荐(0)