题目:用户使用POST方式提交的数据中存在汉字(使用GBK字符集),在Servlet中需要使用下述( )语句处理。
A. request.setContentType("text/html
B. charset=GBK")
C.
D. request.setCharacterEncoding("GBK")
E.
F. response.setCharacterEncoding("GBK")
G. .
H. response.setContentType("text/ html
I. charset=GBK")
答案:评论后可见此内容