using System.Collections; ArrayList al = new ArrayList();
编译错误:
The type or namespace name ‘ArrayList’ could not be found (are you missing a using directive or an assembly reference?)
这是新的东西吗?我喜欢ArrayLists