摘要:
# 上面代码的运行结果为: -126-126 # 注意点: 1. + 需要强转, += 自动转换 2. 从结果可以看出,自动转换可能会造成一些意外 阅读全文
摘要:
public class QQ { public static void main(String[] args) throws ParseException { int val = 5; changeVal(5); System.out.println(val); // Integer is a f 阅读全文