摘要: 1、数组对象转换成字符串,拼接成符合sql语句的语法 2、代码如下例子 public static void testString(){ String[] str=new String[]{"a","b","c","d","e"}; String acc = null; for (int i = 0 阅读全文
posted @ 2016-08-18 14:41 xijin_wu 阅读(1897) 评论(0) 推荐(0) 编辑