摘要: List转为String数组 List对象.toArray(new String[0]) private String[] getStringArray() { return new String[]{"one", "two", "three"}; } @Test public void testC 阅读全文
posted @ 2022-09-30 12:10 musecho 阅读(188) 评论(0) 推荐(0) 编辑