A. for循环可以遍历可迭代对象 B. for循环不能使用循环嵌套 C. for循环不可以与if语句一起使用 D. for循环可以遍历数据,但不能控制循环次数
A. continue B. break C. if D. while