- <!DOCTYPE html>
- <html lang="zh_CN">
- <head>
- <meta charset="UTF-8">
- <title>Title</title>
- </head>
- <body>
- <form action="http://localhost:8080/TestServlet02_war_exploded//parameterServlet" method="get">
- Name<input type="text" name="name"><br/>
- ID<input type="text" name="id"><br/>
- <input type="submit">
- </form>
- </body>
- </html>
|