摘要:
类型转换 由于Java是强类型语言,所以要进行有些运算的时候需要用到类型转换 public class demo { public static void main(String[] args) { int i = 128; byte b = (byte) i; //内存溢出 Byte范围-128~ 阅读全文
posted @ 2021-11-15 22:00
JasonLuc1Fer
阅读(26)
评论(0)
推荐(0)
浙公网安备 33010602011771号