素材巴巴 > 程序开发 >

Gateway返回数据中文乱码问题

程序开发 2023-09-21 21:17:46

现象

使用浏览器访问返回的中文乱码

解决方案

在header增加Content-Type类型,前端即可识别格式及字符集。

HttpHeaders httpHeaders = response.getHeaders();
 //返回数据格式
 httpHeaders.setContentType(MediaType.APPLICATION_JSON);

效果


标签:

上一篇: 三十二、UI-Grid Pagination 分页 下一篇:
素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。