Array.from

Array.from() 更多數組的操做參考 https://note.v2ee.cn/article?pid=10-1 數組 將類數組(arguments)和可遍歷的對象(Set、Map)轉化爲數組code // arguments function a(){ console.log(Array.from(arguments)); } a('a','ss','dd'); // ['a'
相關文章
相關標籤/搜索