i=i++和j=i++的区别(i=i++在java中和c++中值不相同) 看下面代码 public class Test2 { public static void main(String[] args) { int i=1; i=i+&