美文网首页
In order to be iterable, non-arr

In order to be iterable, non-arr

作者: HelloWorld__JS | 来源:发表于2021-07-06 14:55 被阅读0次

In order to be iterable, non-array objects must have a Symbol.iterator method.
可能是以下代码问题

// arr如果是不是数组就会报错,例如undefined
const [a, b] = arr;

相关文章

网友评论

      本文标题:In order to be iterable, non-arr

      本文链接:https://www.haomeiwen.com/subject/ttegultx.html