小例子
object【】obj = {“a“,“b“,“c“};
if(null!= obj)
{
String【】str =新字符串【obj . length】;
for(int I = 0;我& lt對象長度;i++)
str【I】= obj【I】。toString();
system . out . println(str【I】);
}