当data为带特殊字符的json字符串时,转化为json对象,用
eval("(" + data + ")")或者 (new Function("return (" + data + ")"))()
替代JSON.parse(data)