Modify the globalization section in the web. config file today.
Requestencoding = "gb2312"
Responseencoding = "gb2312"
The content is changed to the original default UTF-8. Later, we found that all interfaces were created, and some were scripts and some were styles. In the afternoon, I tried to demonstrate the system. I did not find the cause after I found the big pass. I finally noticed this point.
Later, I will see an article about. net. Article: A Situation in Asp.net that cannot accept the post parameter is similar to mine. It seems that this problem should have a great impact.
I used to think it was a coding problem, but I didn't take it into account because of the problem set here.. NET Request cannot obtain the correct Chinese parameter. Solution: [base64 encoding/decoding]. Here, I wanted to use the script to encode it again. I tried it, this is also a normal situation, but with this added, you cannot use your script to write it again.