多选题For an HttpServletResponse response,which two create a custom header?()Aresponse.setHeader(X-MyHeader, 34);Bresponse.addHeader(X-MyHeader, 34);Cresponse.setHeader(new HttpHeader(X-MyHeader, 34));Dresponse.addHeader(new HttpHeader(X-MyHeader, 34));Eresp
题目
多选题
For an HttpServletResponse response,which two create a custom header?()