美文网首页
2018-07-20

2018-07-20

作者: 7183 | 来源:发表于2018-07-21 17:57 被阅读0次

response对象输出响应信息

response.getCharacterEncoding()响应的字符编码集

requeset作用域相邻两个web资源之间共享同一个request请求对象时使用

request.getAttribute();

request.setAtribute(key,data)

request.getRequestDispatcher("目标程序脚本").forward(request,response);

pageContext/page对象应用

pagecontext:提供了转发请求到其他资源和包含其他资源的方法,提供获取其他内置对象的方法

相关文章

网友评论

      本文标题:2018-07-20

      本文链接:https://www.haomeiwen.com/subject/dmfcmftx.html