Home  >  Article  >  Web Front-end  >  JQuery AJAX Chinese garbled problem solution_jquery

JQuery AJAX Chinese garbled problem solution_jquery

WBOY
WBOYOriginal
2016-05-16 17:32:54982browse

Solution:

Submit and receive are encoded in utf-8 or gbk

Call the JQuery function encodeURI to encode the submitted data and then submit or display or link

url = encodeURI(url); //url is data.

Note: Pay attention to caching issues in browsers and published projects, which often affect the solution.

Notepad defaults to gbk encoding

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn