摘要: 1.对象 request response 对象setCharacterEncoding=UTF-8 2. 方法二 (比较简单) 找到tomcat 配置文件 server.xml ,加入code: URIEncoding="utf-8" 阅读全文
posted @ 2016-08-31 23:30 冬天tao 阅读(41252) 评论(0) 推荐(0)
摘要: Jsp 页面跳转code 阅读全文
posted @ 2016-08-31 22:27 冬天tao 阅读(332) 评论(0) 推荐(0)
摘要: 1.out对象 2.page对象 指的jsp当前对象 3.pageContext对象 //javax.servlet.jsp.PageContext 对象 常见方法:.setAttribute(“x","100") //设置属性,放置一个键值对 4.request 和response 对象 //ja 阅读全文
posted @ 2016-08-31 21:39 冬天tao 阅读(673) 评论(0) 推荐(0)