摘要: 有个需求,客户端传来的json的key,可能是password也可能是Password package main import ( "encoding/json" "fmt" "strings" "github.com/mitchellh/mapstructure" ) type LiveData 阅读全文
posted @ 2025-04-29 13:25 朝阳1 阅读(30) 评论(0) 推荐(0)