2021年8月7日

JS片段

摘要: Array.prototype.find() find() 方法返回数组中满足提供的测试函数的第一个元素的值。否则返回 undefined。 const found = array1.find(element => element > 10); 阅读全文

posted @ 2021-08-07 16:31 screamo 阅读(26) 评论(0) 推荐(0) 编辑

导航