摘要: 什么是泛型,在我看来 泛型就是能够限制类,方法,数组-变量的类型比如说 List list = new List 就是有尖括号的,里面有写变量类型的 就是泛型class a ( 这个清楚的不多 反正也是泛型public void a(){}// 这个也清楚的不多 反正也是泛型) 阅读全文