使用File类新建一个文本文件
摘要:
新建一个a.txt的文本文件 1 import java.io.*; 2 3 public class NewFile{ 4 5 public static void main(String[] args) { 6 File f = new File("a.txt"); ... 阅读全文
posted @ 2014-08-14 21:27 Arvin-9 阅读(331) 评论(0) 推荐(0)
posted @ 2014-08-14 21:27 Arvin-9 阅读(331) 评论(0) 推荐(0)
posted @ 2014-04-05 22:45 Arvin-9 阅读(70) 评论(0) 推荐(0)