代码
提交代码
let iterable = 'imooc' for (const s of iterable) { console.log(s) } // i // m // o // o // c
运行结果