Java中数组的创建

2018-03-08  本文已影响0人  OnVo

String[] str = new String[]{};

String[] str = new String[]{"1","2"};

上一篇 下一篇

猜你喜欢

热点阅读