異常機制

public class ExceptionDemo02 { //模擬文件讀取 自定義的異常 public static void main(String[] args) { //寫一個方法去讀一個文件 String str; try { str = readTxt("H:\\a.txt"); System.out.
相關文章
相關標籤/搜索