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