2019年4月3日
摘要: # 上面代码的运行结果为: -126-126 # 注意点: 1. + 需要强转, += 自动转换 2. 从结果可以看出,自动转换可能会造成一些意外 阅读全文
posted @ 2019-04-03 18:45 斜月三星一太阳 阅读(1387) 评论(0) 推荐(0) 编辑
摘要: public class QQ { public static void main(String[] args) throws ParseException { int val = 5; changeVal(5); System.out.println(val); // Integer is a f 阅读全文
posted @ 2019-04-03 18:32 斜月三星一太阳 阅读(147) 评论(0) 推荐(0) 编辑