猿问

关于数组的小问题

var arr = [
    {      type: 1,
          age: 12,      
          name: 'xiaohua'
    },
    {      type: 1,
          age: 12,      
          name: 'xiaoming'
    },
    {      type: 1,
          age: 12,      
          name: 'xiaohong'
    },
    {      type: 2,
          age: 14,      
          name: 'xiaoxiao'
    },
  ]

在一个数组内,如何判断type和age 相等的项

青春有我
浏览 208回答 1
1回答

子衿沉夜

你要实现啥效果?循环遍历一下?
随时随地看视频慕课网APP
我要回答