单项选择题
对于for(表达式1;;表达式3),可理解为( )。
A、for(表达式1;1;表达式3)
B、for(表达式1; 表达式1; 表达式3)
C、for(表达式1; 表达式2; 表达式3)
D、相当于while(表达式1)
点击查看答案&解析
相关考题
