摘要:
public static void main(String[] args) throws IOException { // 一次读取一个字符 FileReader fr = new FileReader("a.txt"); int b; while ((b = fr.read()) != -1) 阅读全文
posted @ 2023-03-10 21:05
唯💗独爱你
阅读(18)
评论(0)
推荐(0)
2023年3月10日