摘要: 例子中准备了3种类型数据,分别针对是否在运算存在空字符串参与运算进行了演示,结果如下: 1 int x = 10; 2 double y = 20.2; 3 long z = 10L; 4 System.out.println(x + y); // 30.2 5 System.out.println 阅读全文
posted @ 2020-07-01 21:19 一缕暖阳 阅读(203) 评论(0) 推荐(0) 编辑