JSP
文章平均质量分 70
dnxyhwx
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Out输出对象clear(),clearBuffer()和flush()的区别
clear: As the name implies, the clear method of out object is used to clear the output buffer. This method does not write any contents to the client. An exception is thrown by this method if the转载 2014-03-23 16:57:09 · 4695 阅读 · 1 评论 -
JSP内置对象
在JSP技术内部,已经被定义好了若干个JSP内部对象,在这些对象内部可以用来完成很多种要的功能。 JSP内部已经被定义好的对象有: page对象、pageContext对象、request对象、session对象、application对象、response对象、out对象、config对象、exception对象,九大内置对象。 在详细介绍九大内置对象之前,说明一下page、request原创 2014-03-20 00:09:52 · 1043 阅读 · 0 评论
分享