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);
相关文章
相关标签/搜索