摘要: public class 数据类型转换 { public static void main(String[] args) { int a=1234; byte b=(byte) a;//内存溢出 System.out.println(a); System.out.println(b+" : 内存溢出 阅读全文
posted @ 2022-01-11 14:53 一只博客猪 阅读(28) 评论(0) 推荐(0) 编辑