In development, we usually pass parameters back and forth between pages, passing parameters after the page path using a similar method to get request parameters:

url? key1=value1&key2=value2Copy the code

If your value has ampersand or =; Pass to another page and parameter parsing will fail;

Copy the code

The solution is to encode the two symbols manually;