yzbgyc public static Test<T>(byte:Laya.Byte):T { if(byte.length == 0) return default T; }请问一下这种应该如何返回个默认的T呢?