2020年12月3日
摘要: 首先还是一些类型转换方面的知识 1 public class demo5 { 2 public static void main(String[] args) { 3 int i = 128; 4 byte b =(byte)i;//内存溢出 5 6 //强制转换 (类型)变量名 高 低 7 //自 阅读全文
posted @ 2020-12-03 19:38 时崎黯夜 阅读(41) 评论(0) 推荐(0)