byte a = 127; byte b = 127; b = a + b; // 报编译错误:cannot convert from int to byte b += a;
short s1= 1; s1 = s1 + 1;
有错误。
小小调酒师
此刻打盹,你将做梦; 此刻学习,你将圆梦。 个人邮箱:shellways@foxmail.com
文章评论