我是java開(kāi)發(fā),用到Gson將存入Map數(shù)組轉(zhuǎn)換成JSON格式的時(shí)候庆猫,content中的數(shù)據(jù)為Html(編輯器中獲得的數(shù)據(jù)為html格式),但Gson默認(rèn)是不會(huì)將html格式進(jìn)行轉(zhuǎn)義邓梅,導(dǎo)致了有些content中的數(shù)據(jù)就已經(jīng)出現(xiàn)了亂碼励背。于是我我再代碼中加了Gson?gson=new?GsonBuilder().disableHtmlEscaping().create();???String?json?=?gson.toJson(send);
先前是通過(guò)new?Gson().toJson(send)這種方式得到的json數(shù)據(jù)漂洋,它默認(rèn)會(huì)將html中的轉(zhuǎn)義字符轉(zhuǎn)成unicode編碼。所以如果出現(xiàn)相似的問(wèn)題逗堵,首先審查一下數(shù)據(jù)是否正常秉氧,是否存在轉(zhuǎn)義字符