public static void GenericMethodTest16() { var testa = new TestA <int>(); testa.TestStatic(); //输出了‘arr’ 然后报错 调用了泛型数组的方法,正常应该调用泛型接口的方法 }