beluo

Results 2 comments of beluo

要是失效了,加我微信我拉你进群,群里方便交流,微信号:lbl3317 ![WechatIMG25](https://github.com/liu-cn/json-filter/assets/56096275/a3b1db65-db59-4112-a727-4c04a939189e)

https://github.com/liu-cn/json-filter/blob/main/filter/parser.go#L286 在这里,你可以在下面断言一下是否实现该接口,实现的话就调用这个接口方法获取到值,把值通过下面代码传下去,tree.parseAny(tag.UseFieldName, scene, value, isSelect) if t.IsAnonymous { t.AnonymousAddChild(tree) } else { t.AddChild(tree) }