gin表单数据
已收录文章:1篇
-
以下示例使用自定义结构 type StructA struct { FieldA string `form:"field_a"` } type StructB struct { NestedStruct StructA FieldB string `form:"field_b"` } type StructC struct { NestedStructPointer *StructA FieldC string `form:"fi497 收藏