摘要: 结构体转json type User struct { UserName string `json:"user_name"` Sex string `json:"sex"` Score float32 `json:"score"` Age int32 `json:"age"` } user := & 阅读全文
posted @ 2021-10-29 17:31 惊风破浪的博客 阅读(116) 评论(0) 推荐(0) 编辑