接口方法是否可以返回泛型類型?這段代碼行得通嗎?public interface Parametrizable<T> { public T createSomeObject(T n);}
接口方法是否可以返回泛型類型?
慕運維8079593
2021-04-26 16:14:00