摘要: 转载来源:https://blog.csdn.net/u010897406/article/details/49618413 jsp九大内置对象:1 out 向客户端输出数据,字节流.如out.print(" dgaweyr"); 2 request 接收客户端的http请求.String getP 阅读全文
posted @ 2019-08-20 00:48 zlgSmile 阅读(191) 评论(0) 推荐(0)
摘要: 1.Servlet总结 在Java Web程序中, Servlet 主要负责接收用户请求 ,在 ,`doPost() HttpServletResponse init() destroy()`方法 。 Servlet需要在web.xml中配置, 一个Servlet可以设置多个URL访问 。 Serv 阅读全文
posted @ 2019-08-20 00:36 zlgSmile 阅读(2013) 评论(0) 推荐(0)