• 2022-06-08
    JavaScript支持的循环类型包括()。
    A: for:多次遍历代码块
    B: for/in:遍历对象属性
    C: while:当指定条件为true时循环一段代码块
    D: do/while:当指定条件为true时循环一段代码块