求问一个接口有多种不同格式的 xml 请求,如何统一转换保证不乱码
資深大佬 : yuan434356430 2
@RequestMapping(value = “/importInfo”, method = RequestMethod.POST) public void inportXml(HttpServletRequest request, HttpServletResponse response) {} 请求格式目前有 GBK,GB2312,UTF-8
大佬有話說 (1)