public static void main(String[] args) {int j = 0;for(int i = 0 ; i<100; i++ ){j=j++;}System.out.println(j);}为啥结果是0 查看完整描述