The first picture is the Chinese parameters passed from the previous pageThe second picture is the current page from Parameters obtained from the address bar
Try decodeURI or decodeURIComponent, otherwise it’s an encoding problem
Use encodeURIComponent (parameter) to encode before jumping
Use decodeURIComponent (parameter) to decode after the jump
Try decodeURI or decodeURIComponent, otherwise it’s an encoding problem
Use encodeURIComponent (parameter) to encode before jumping
Use decodeURIComponent (parameter) to decode after the jump