摘要:
package com.hanqi.io; import java.io.*; public class IoDemo { public static void main(String[] args) { try { File file=new File("d:/testRW.txt"); if(! 阅读全文
posted @ 2016-05-31 16:05
凌零聆
阅读(288)
评论(0)
推荐(0)
摘要:
package com.hanqi.io; import java.io.*; public class TextRW { public static void main(String[] args) { try { File file=new File("d:/testRW.txt"); if(! 阅读全文
posted @ 2016-05-31 15:49
凌零聆
阅读(212)
评论(0)
推荐(0)