from.html 358 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="zh_CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Title</title>
  6. </head>
  7. <body>
  8. <form action="http://localhost:8081/TestServlet01//parameterServlet" method="get">
  9. 用户名:<input type="text" name="username"><br/>
  10. 密码:<input type="password" name="password"><br/>
  11. <input type="submit">
  12. </form>
  13. </body>
  14. </html>