写在前面直接上代码
type People struct {
Gender bool
Name string
}
func main() {
var data *People
var in interface{}
fmt.
2024-03-13