假设我有以下结构:(例如,在JSON中)...{event:Web,action:Video,timestamp:1320},{event:Web,action:Play,timestamp:1320},{event:Web,action:Download,timestamp:1320},{event:Web,action:Play,timestamp:1321}...现在,我想迭代结构,并用“动作:播放”删除所有行,其中一个操作:下载具有相同时间戳的下载。因此,结果看起来像:...{event:Web,action:Video,timestamp:1320},{event:Web,actio