摘要: 有时候,接口返回的数组会带有一些null元素。要清除这些null元素,可以调用filter函数: list = list.filter(n => n) 即可解决问题。 阅读全文
posted @ 2020-08-14 09:43 罗毅豪 阅读(6571) 评论(1) 推荐(1) 编辑