摘要: 今天见到一个有意思的现象: long a = 60*60*24*1000; long b = 60*60*24*1000*1000; System.out.println(a); System.out.println(b); System.out.println(b / a); 运行输出: 8640 阅读全文
posted @ 2021-01-19 21:57 IT当时语_青山师 阅读(18) 评论(0) 推荐(0)