摘要: 类型转换 java是强类型语言,所以有些运算需要用到类型转换 byte,short,char->int->long->float->double public class Domn04 { public static void main(String[] args) { int i=128; byt 阅读全文
posted @ 2020-04-06 08:44 乖执事 阅读(206) 评论(0) 推荐(0)