摘要: public class Aa { public static void main(String[] args) { byte i = 88; byte r = 68; byte f = (byte) (i + r); System.out.println(f); } } 输出结果为-100 88+ 阅读全文
posted @ 2018-01-14 21:07 javadabai 阅读(563) 评论(0) 推荐(0) 编辑