Why use Servlets & JSPs: an introduction(Head First Servlets and JSP)

逃离我推掉我的手 2021-11-10 00:06 278阅读 0赞

  ? A GET request appends form data to the end of the URL.

  ? A POST request includes form data in the body of the request.

  ? A MIME type tells the browser what kind of data the browser is about to receive so that the browser will know what to do with it (render the HTML, display the graphic, play the music, etc.)

转载于:https://www.cnblogs.com/zhtf2014/archive/2010/03/25/1696198.html

发表评论

表情:
评论列表 (有 0 条评论,278人围观)

还没有评论,来说两句吧...

相关阅读

    相关 JSP/Servlet总结

    1.JSP本身不能执行,必须通过服务器解析之后生成Servlet才能够执行,JSP本质就是Servlet 2.JSP页面本身无法显示,而是通过被解析为HTML页面之后才

    相关 Servlet & Jsp

    什么是servlet servlet是一门用于开发动态web资源的技术,可以运行在Web服务器中的小型Java程序,有时也叫做服务器端的小应用程序。servlet 可以通