readme

来自「JAVA分布式程序学习的课件(全英文)」· 代码 · 共 14 行

TXT
14
字号
This sample illustrates forwarding from servlet to servlet.
Browse to first.html and click on the buttons to be forwarded
to the sample HelloWorld servlet.
Two different techiniques of forwarding is illustrated.  One
uses the .forward method of the RequestDispatcher, the other
uses the sendRedirect method of HTTPQuest.

  Professor M. Liu


  


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?