摘要: 运算符 算术运算符 + - * / //有Long 输出一定是Long 类型//若有 double, 则输出是double//其他类型,输出为int % 模运算 相当于取余 ++/-- a++: 先赋值 再加一 //幂运算 2^3 Double pow=Math.pow(2,3); System.o 阅读全文
posted @ 2021-09-26 16:38 半尼其 阅读(42) 评论(0) 推荐(0)