摘要: 一、枚举类型动手动脑 public class TestDouble { public static void main(String args[]) { System.out.println("0.05 + 0.01 = " + (0.05 + 0.01)); System.out.println 阅读全文
posted @ 2022-09-14 19:47 20214046王垚基 阅读(26) 评论(0) 推荐(0)