【J2EE】 关于response对象
摘要:
两种响应流 1.response.getWriter() //字符流 >默认为iso-8859-1,setCharactorEncoding("utf-8") \ setContentType("text/html;charset=utf-8") //此方法会调用setCharactorEncodi 阅读全文
posted @ 2017-07-15 19:15 0X000 阅读(217) 评论(0) 推荐(0)