for (int i = 1; i<10 && i != 5; i++){ System.out.println(i); } 这是怎么个运算步骤
https://zhidao.baidu.com/question/202296731.html