摘要: 遇到了这个困惑,都是个人理解,如有错误,烦请指正! public class Test { public static void main(String[] args) { int i = 10; i = i++; System.out.println(i); } } 上述代码输出结果为:10 一开 阅读全文
posted @ 2020-12-12 22:57 liba2022 阅读(246) 评论(0) 推荐(0)