企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
1.输入: old: [a, b, c] new: [t, b, a, x] 输出: a move index 2 c remove t append index 0 x append index 3 实现一个 diff (oldData, newData){}