💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
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){}