class Box<T>(t: T) { ... class Array<T>(val size: Int) { ... 这就是我们的使用处型变的用法,并且是对应于Java 的 Array<? extends Object> 、 但使用更简单些的 ...
確定! 回上一頁