摘要: https://39.106.87.216:916/svn/zzl/other/ Admin12345678 阅读全文
posted @ 2019-07-28 10:12 zzl0916 阅读(110) 评论(0) 推荐(0) 编辑
摘要: public static String parenthesesSpeelChar(List<String> list) { String str = "["; String quotes = "'"; if (list != null && list.size() > 0) { for (int 阅读全文
posted @ 2019-07-28 07:59 zzl0916 阅读(220) 评论(0) 推荐(0) 编辑
摘要: public static String parenthesesSpeelStr(List<String> list) { String str = "( "; String quotes="\""; if (list != null && list.size() > 0) { for (int i 阅读全文
posted @ 2019-07-28 07:34 zzl0916 阅读(367) 评论(0) 推荐(0) 编辑