HTML の代コードは次のとおりです:
自分の名前を入力して(送信をクリックして)コンテストに参加するだけです。
名:
姓:
回复讨论(解决方案)
チェックボックス 复选框の 値 プロパティ值不会表示。是传后台的,你想显示 在外 前后加值
<p>Just type in your name (and click the Submit) to enter the contest:<br />Firstname: <input type="text" name="firstname" value=""/><br />Lastname:<input type="text" name="lastnmae"value=""/><br /><input type="Submit" /><br/>hot<input type="radio" name="hotornot" value="hot" /><br/>not<input type="radio" name="hotornot" value="not" /><br/>salt<input type="checkbox" name="spice" value="salt" /><br/>pepper<input type="checkbox" name="spice" value="pepper" /><br/>garlic<input type="checkbox" name="spice" value="garlic" /><br/></p>