修改编码语言后为什么还是乱码
有两各个地方要改
第一个:文件第一行的字符编码改为utf-8
第二个:在dologin中提前设置好request的编码
request.setCharacterEncoding("utf-8");
UTF-8 试试