Go :测试泛型类型的包装器/接口(附完整源码)时间:2025-02-25 21:26:40 Go :测试泛型类型的包装器/接口 package main import "fmt" type A[T any] struct { B[T] } type B[T any] struct { val T