欢马劈雪 最近更新时间:2020-01-02 10:19:05
public class Main { public static void main(String[] args) { /* 时 代 J a v a 提供 */ int x = 10, y = 0, z = 0; try { z = x / y; } catch (Exception e) { // Handle the exception } } }