JSON字符串去除反斜杠

import org.apache.commons.lang.StringEscapeUtils;

String locationInfo = StringEscapeUtils.unescapeJavaScript(locationInfo);

  

原文地址:https://www.cnblogs.com/wanhua-wu/p/9079160.html