2022年12月28日
摘要: 思考代码输出结果 public class TestBigDecimal { public static void main(String[] args) { double d1 = 1.0; double d2 = 0.9; System.out.println(d1-d2); double re 阅读全文
posted @ 2022-12-28 19:05 小宇不会编程 阅读(22) 评论(0) 推荐(0)