ts-泛型 function echo<T>(arg:T):T{ return arg } const result = echo(“str”) function swap<T,U>(ar … Continue reading ts-泛型