📅  最后修改于: 2022-03-11 14:52:36.155000             🧑  作者: Mango
//It is recommended to use collections of generics because arrays of generics are a bit problematic in some cases
List[] arrayOfList=(List[])new List[100]();