摘要: 网页整顿改不了3.18之前的,续上 类型转换 public class Demo04 { public static void main(String[] args) { int i = 128; byte b = (byte)i; System.out.print(i); System.out.p 阅读全文
posted @ 2021-03-22 17:43 TheCasually 阅读(25) 评论(0) 推荐(0)