JavaScript为unicode编码转换为中文 关于这样的数据转换为中文问题,常用的以下方法。 1. eval解析或new Function("'+ str +'")() 2. unescape 解析 ...