golang 使用map处理多级json后输出map中的数组
/*
* @Descripttion:
* @version:
* @Author: 步荀仙
* @Date: 2019-10-30 15:41:34
* @LastEditors: 步荀仙
* @LastEditTime: 2019-10-31 09:15:59
*/
package main
import (
"encoding/json"
"fmt"
)
//定义一个接受...
原创
2019-10-31 09:28:29 ·
3647 阅读 ·
0 评论