摘要: package look8;public class Test{ public static void main(String args[]){ int a = 100/0; System.out.println(a); } } 阅读全文
posted @ 2019-04-25 09:40 雨殇G 阅读(292) 评论(0) 推荐(0)