数据:let temp = 3;let data = [ {id: 0}, {id: 1}]我是有这样一个需求:如果 data 数据内的 id 有与temp 的值相匹配(相同的)则返回true否则 false。我应该怎么写呢? 查看完整描述