Array.from()方法从对象或可迭代对象(如Map,Set等)返回一个新数组。 ... <script> const set = new Set(['HELLO', 'JS']); console.log(set); ...
確定! 回上一頁