摘要:
public class leixing { public static void main(String[] args) { int i =128; byte a = (byte) i;//内存溢出! //强制转换 (类型)变量名 高--低 int b = 129; double c = b; S 阅读全文
posted @ 2022-07-19 18:49
7号彩虹
阅读(20)
评论(0)
推荐(0)
2022年7月19日