在java中这样转

StringEscapeUtils.unescapeHtml(soapResponseData);


在js中这样转

str.replace(""","\"");