摘要:
1.将文本写入一个名为temp.txt的文件中 PrintWriter output = new PrintWriter("temp.txt"); output.print("Java 101"); output.close(); 2.将文件temp.txt中的内容读出来 Scanner input = new Scanner(new File("temp.txt")); System... 阅读全文
posted @ 2016-05-16 10:36
*码之路
阅读(288)
评论(0)
推荐(0)

浙公网安备 33010602011771号