摘要: ``` import java.util.*; import java.io.*; public class IOTest { public static void main(String[]args){ File file = new File("d:\\data.txt"); try{ FileOutputStream out = new FileOutputStream(... 阅读全文
posted @ 2019-06-12 10:58 BKKITO 阅读(190) 评论(0) 推荐(0)