x
1
<form action="/plays/html-form-submit" method="post">
2
<label for="POST-name">名称:</label>
3
<input id="POST-name" type="text" name="name" value="蜜蜂">
4
<input type="submit" value="保存">
5
</form>
6
<form action="/plays/html-form-submit" method="post">
<label for="POST-name">名称:</label>
<input id="POST-name" type="text" name="name" value="蜜蜂">
<input type="submit" value="保存">
</form>