摘要: 如果是 “字符串数组” 转 “字符串”,只能通过循环,没有其它方法 String[] str = {"abc", "bcd", "def"};StringBuffer sb = new StringBuffer();for(int i = 0; i < str.len... 阅读全文
posted @ 2018-07-07 17:22 IT晓白 阅读(6114) 评论(0) 推荐(0)