servlet界面中文乱码

已经写了“ request.setCharacterEncoding("UTF-8");
response.setContentType("text/html;charset=utf-8");”
中文却还是乱码。有什么其他原因吗

html字符格式再设置下看