- <!DOCTYPE html>
- <html lang="zh_CN">
- <head>
- <meta charset="UTF-8">
- <title>Title</title>
- </head>
- <body>
- <form action="http://localhost:8081/TestServlet01//parameterServlet" method="get">
- 用户名:<input type="text" name="username"><br/>
- 密码:<input type="password" name="password"><br/>
- <input type="submit">
- </form>
- </body>
- </html>
|