eg:
var temp=[{key:'0001',value:0},{key:'0001',value:0},{key:'0002',value:1}]
temp.filter(item=>item.value!=0)或者temp.filter(({value})=>value!=0)