异常机制

public class ExceptionDemo02 { //模拟文件读取 自定义的异常 public static void main(String[] args) { //写一个方法去读一个文件 String str; try { str = readTxt("H:\\a.txt"); System.out.
相关文章
相关标签/搜索