摘要: 类型转换 import java.sql.SQLOutput; public class Demo04 { public static void main(String[] args) { int i = 128; byte b = (byte)i; //内存溢出 //强制转换 (类型)变量名 高- 阅读全文
posted @ 2021-12-28 22:03 追风的羊 阅读(48) 评论(0) 推荐(0)