Spring 后台向前端传送json数据乱码是因为用了iso-8859-1读取了非ascii字符导致的??? 解决办法在@RequestMapping()中添加 produces ="application/json;charset=UTF-8"