int n=1;do{System.out.println(n);n++;}while(n<6);上面这段代码循环体执行的次数为( )。 A、1B、5C、6D、无限次 发布时间:2025-06-07 18:46:00