package main type J interface { Method() } type ( U16 uint16 U32 uint32 U64 uint64 U128 [2]uint64 F32 float32 F64 float64 C128 complex128
京公网安备 11010502049817号