摘要: public class test_20190923 { public static void main(String... as) { // 基本类型转换 低精度到高精度隐式转换 高精度到低精度显式转换 // 1.byte to any byte b = 1; short s = b; int i = b... 阅读全文
posted @ 2019-09-24 09:22 liw66 阅读(194) 评论(0) 推荐(0) 编辑