学习是最好的投资!
Use request.getCharacterEncoding() first to see what code you get.
request.getCharacterEncoding()
First check what encoding is used and convert accordingly
I now know the reason, that is, when saving the txt file, it must be encoded in UTF-8!
Use
request.getCharacterEncoding()
first to see what code you get.First check what encoding is used and convert accordingly
I now know the reason, that is, when saving the txt file, it must be encoded in UTF-8!