public class testException { public static void main(String[] args) { //基本型 int x = 5, y = 0; //有發生Exception try { int result = x / y;
確定! 回上一頁