⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tstgreet.html

📁 对于初学者来说..是应该理解下了..我说的是JSP哦
💻 HTML
字号:

<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -