首页
编程
java
php
前端
首页
编程
java
php
前端
求整个过程的解释,没有文字解释太难理解🥺
i = 1 i%2==1 a+= 5 此时a=6;
i = 2 i%2==0 a+= 3 此时a=9;
i = 3 a>8 break;
输出3
点击展开全文