Integer x = 1; try { if( x > 0 ) { throw new Exception( "錯誤" ); } } catch (Exception e) { e.printStackTrace(); }
沒有留言:
張貼留言