数组

定义:

  Object[] a = new Object[10]; (推荐) 或 Object a[] = new Object[10];

原文地址:https://www.cnblogs.com/guofz/p/10286896.html