摘要: Pattern pattern = Pattern.compile("[\\s\\p{Zs}]"); Matcher re = pattern.matcher(imageURLString); imageURLString=re.replaceAll("");//... 阅读全文
posted @ 2011-04-06 15:51 iaac 阅读(229) 评论(0) 推荐(0) 编辑
摘要: Object转为 JSONObjectJSONObject.toJson(Object object)Collection Object转为JsonArrayJSONArray.toJson(Object object)所需lib包:commons-beanutils-1.7.0.jarcommon... 阅读全文
posted @ 2011-04-06 11:30 iaac 阅读(264) 评论(0) 推荐(0) 编辑