返回结果增加 content-type 的 header,在里面指定编码 response.headers().set(CONTENT_TYPE, "text/plain; charset=utf-8");
返回结果增加 content-type 的 header,在里面指定编码
response.headers().set(CONTENT_TYPE, "text/plain; charset=utf-8");