java異常抓取失敗問題

public class Number {   public static int count(int m,int n){       return m * n;   }   public static void main(String args[]) throws Exception{      try{          int result = count(12315,57876876);
相關文章
相關標籤/搜索