Using AJAX to pass JSON to the foreground Chinese question mark How to solve the problem

Source: Internet
Author: User
Using the SPRINGMVC, in the controller layer to transmit a JSON to the foreground, background display no problem, Chinese normal display and to the front desk. This article mainly introduces the use of Ajax to pass the JSON to the foreground Chinese question mark problem solving method, the need for a friend's reference, hope to help everyone.

Chinese becomes a question mark.

Later found, because the controller returned JSON with @responsebody, and spring source @responsebody implementation class found its default encoding is Iso-8859-1, and the project is encoded as UTF-8, So the Chinese language will appear garbled.

Here I use the annotations to solve:


@RequestMapping (value= "/echarts.do", produces = "application/json; Charset=utf-8 ")

This method is more suitable for the new version of spring, the version of this project:


<spring.version>4.1.4.RELEASE</spring.version>

The above is a small part of the introduction of the use of Ajax to pass the JSON to the front desk Chinese appear question mark problem solving method, I hope to be helpful to everyone.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.