x
1
<form action="/plays/html-form-submit">
2
First name: <input type="text" name="FirstName" value="Mickey"><br> Last name: <input type="text" name="LastName" value="Mouse"><br>
3
<input type="submit" value="提交">
4
</form>
5
6
<p>点击"提交"按钮,表单数据将被发送到服务器上的“/plays/html-form-submit”。</p>