I encountered the problem of abnormal and uncommon parameters garbled
First look at the page
As shown in the figure, there are the same three radios below the monthly indicators.
Three radios are below an iframe. The effect is to click on different radios to display different pages.
When clicking, pass the web page address with parameters.
(1) The problem is coming. When the daily indicator and monthly indicator are switched, since the parameters I passed are Chinese characters, they are obtained in the background as garbled code.
So I encode the parameters and decode the background UrlDecode. The depressed discovery is still garbled.
Then carefully compare the page encoding and found that the page to be opened in the iframe has no encoding.
So add the following sentence to the page
Copy the code