摘要:
方法一:使用indexOf是不能找到数组里的NaN的 ,正确用法是,includes var arr10 = [1, NaN, 2] console.log(arr10.indexOf(NaN)); // -1 用这个方法找数组里的NaN是找不到的 // includes找出数组里的NaN cons 阅读全文
posted @ 2020-09-21 21:49 猫头唔食鱼 阅读(886) 评论(0) 推荐(0) 编辑
他山之石,可以攻玉。
posted @ 2020-09-21 21:49 猫头唔食鱼 阅读(886) 评论(0) 推荐(0) 编辑