摘要: charset utf-8; 阅读全文
posted @ 2022-03-07 17:50 papering 阅读(143) 评论(0) 推荐(0) 编辑
摘要: package main import ( "encoding/json" ) type T struct { K int32 V string Children []T } func convert() { var target T err := json.Unmarshal([]byte(jso 阅读全文
posted @ 2022-03-07 10:08 papering 阅读(112) 评论(0) 推荐(0) 编辑