Java中数组的创建 2018-03-08 本文已影响0人 OnVo String[] str = new String[]{}; String[] str = new String[]{"1","2"};