摘要: 运算符 /** * 运算符 */ public class Demo03 { public static void main(String[] args) { //当存在long类型进行运算时,结果为long类型,不存在时,结果为int类型 //小数之间运算结果为double类型 long l = 阅读全文
posted @ 2021-12-01 14:49 Dawn_006 阅读(31) 评论(0) 推荐(0)