You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
example/web/personForm.jsp

6 lines
193 B

<form action="personServlet" method="post">
姓名:<input type="text" name="name"><br>
年龄:<input type="number" name="age"><br>
<button type="submit">提交</button>
</form>