<? extends E> <? super E> 为什么第一种是不能使用 set<? extends E>(),而能 <? super E> get(),而第二种是不能get却能set。 它们和不使用通配符的下发有什么区别: <T extends E> <T super E> 查看完整描述