You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 lines
327 B

1.借助AI复习异常处理相关知识点
2.借助AI了解BufferReader是带缓冲区的高效文件读取器,按行读取文本,FileReader是打开本地txt文件的基础字符流,在使用之前需要import
3.让AI帮忙修改润色代码,了解到try-with-resource不需要手写br.close();不需要添加final。