1、可以通过Array.from转换为数组 console.log(Array.from('str')); 2、可转换为数组:所有可遍历的 字符串、Set、Map、Nodelist、arguments 3、