tstgreet.html

来自「对于初学者来说..是应该理解下了..我说的是JSP哦」· HTML 代码 · 共 16 行

HTML
16
字号

<html>
  <head> <title> Test greeting </title>
  </head>
  <body>
    <form action = "http://202.192.91.112:8080/ch11/VC" method = "get">
      <p>
        Press the button to enact the servlet <br/>
        input your name: <input type="text" /> <br/>

        <input type = "submit" value = "Enact Servlet" />
      </p>
    </form>
  </body>
</html>

⌨️ 快捷键说明

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