摘要: java基础语法(2) 类型转换 低 >高 byte,short,char->int->long->float->double public class Demo05 { public static void main(String[] args) { int i = 128; double b = 阅读全文
posted @ 2022-04-10 18:14 莫尼平 阅读(36) 评论(0) 推荐(0)