🌈 搜索
📅  最后修改于: 2022-03-11 15:03:09.949000             🧑  作者: Mango
Object.entries(obj).reduce((a,[k,v]) => (v == null ? a : (a[k]=v, a)), {})