1
kiddult 2020-12-15 12:13:01 +08:00
Array and slice values encode as JSON arrays, except that []byte encodes as a base64-encoded string, and a nil slice encodes as the null JSON value.
https://golang.org/pkg/encoding/json/#Marshal 如果是数字的话,内存里面表示不应该是[]uint8 的,看看是不是 xorm 用法错误?笨方法是定义一个新类型,然后写 Marshaler 接口,不过我猜应该不需要这种大杀器,虽然没看过,不过没理由 xorm 不支持这么基本的功能 |
2
i4color OP 作者的确是这么回复的,就转成[]unit8
目前我只能想到手工转一下。 |