关于 Arrays.toString(hobbys);的位置
只能
System.out.println(Arrays.toString(hobbys));
如果
Arrays.toString(hobbys);
System.out.println(hobbys);
出来是错的
为什么?
只能
System.out.println(Arrays.toString(hobbys));
如果
Arrays.toString(hobbys);
System.out.println(hobbys);
出来是错的
为什么?
2015-06-21
举报