1 JAVA的Type类型体系 · List<E>表示泛型,E是TypeVariable类型,List<String>则是ParameterizedType(参数化类型),List<String>里的String称为实际参数 ...
確定! 回上一頁