摘要:
Pattern pattern = Pattern.compile("[\\s\\p{Zs}]"); Matcher re = pattern.matcher(imageURLString); imageURLString=re.replaceAll("");//... 阅读全文
摘要:
Object转为 JSONObjectJSONObject.toJson(Object object)Collection Object转为JsonArrayJSONArray.toJson(Object object)所需lib包:commons-beanutils-1.7.0.jarcommon... 阅读全文