x
1
<form action="/plays/html-form-submit" method="get">
2
姓:<input type="text" name="lname">
3
<br>名:<input type="text" name="fname">
4
<br><input type="submit" value="提交">
5
</form>
6
<form action="/plays/html-form-submit" method="get">
姓:<input type="text" name="lname">
<br>名:<input type="text" name="fname">
<br><input type="submit" value="提交">
</form>