RandomAccessFile randomAccessFile = new RandomAccessFile("E:/test1.html", "r"); RandomAccessFile w = new RandomAccessFile("E:/test12.html", "rw"); byte[] b = new byte[2]; int i = 0; for (; (i = random Read More
posted @ 2020-01-10 21:10 soft.push("zzq") Views(132) Comments(0) Diggs(0)