Use jsonp to catch the problem of data garbled?

I am going to do a project of a news website. After querying the interface of these news websites, I feel that NetEase"s interface is relatively simple and has few parameters. Encapsulate a jsonp and start to use it. When you get the data, when you take a look at the console.log, you will find that the Chinese code is garbled. Is there any good solution?

clipboard.png

May.07,2021

console is not allowed to view. If the returned content-type does not specify a code, it may display garbled code.
depends on the encoding used by your page and the encoding of the interface.

Menu