所以我刚开始用Java编程,我只是很难理解为什么会这样
for (int i = 0, j=0; i <10; i++) { System.out.println(j += j++); }
打印出10次?
java for-loop
for-loop ×1
java ×1