浅聊一下Golang的Ordered Map 背景 最近在使用 Golang 对接「ComfyUI」的过程中,遇到了一个典型的跨语言数据交换问题: ComfyUI (Python) 返回的 JSON 对象字段顺序对工作流执行有特定意义,当 ComfyUI 的 JSON 结果数据传递到&n...