为了避免服务器的响应信息在浏览器端显示为乱码,通常会使用()语句重新设置字符编码。
A:reponse.setContentType();
B:response.setCharacterEncoding()
C:response.setPageCoding()
D:response.setCharset()
出自:计算机科学