目录fmt.Printf("%T")方式用fmt.Printf("%T")实现返回变量类型的函数 reflect.TypeOf方式用reflect.TypeOf实现返回变量类型的函数reflect.ValueOf.Kind()方式用 reflect.ValueOf.Kind()实现
I am trying to do this: public class BaseTable<T extends TableEntry> { protected int mRows; protected int mCols;