public class test { public static void main(String args[]) { byte A =(byte)4096; //把4096前的赋值号去掉,强制类型转换不需要赋值号 System.out.println(A); } }
62,621
社区成员
307,251
社区内容
加载中
试试用AI创作助手写篇文章吧