为了账号安全,请及时绑定邮箱和手机立即绑定

为什么不显示 漂亮的 高挑的 温柔的 体贴的

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>单选框、复选框</title>

</head>

<body>

<form action="save.php" method="post" >

    <label>性别:</label>

    <label>男</label>

    <input type="radio" value="1"  name="gender" />

    <label>女</label>

    <input type="radio" value="2"  name="gender" />

    <br/>

    <label>你喜欢什么样的女生:</label>

      <input type="checkbox"  name="checkbox1"  value="漂亮的" />

      <input type="checkbox"  name="checkbox2"  value="高挑的" />

      <input type="checkbox"  name="checkbox3"  value="温柔的" />

      <input type="checkbox"  name="checkbox4"  value="体贴的" />

</form>

</body>

</html>


正在回答

4 回答

第一个回答错了

0 回复 有任何疑惑可以回复我~

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>单选框、复选框</title>
</head>
<body>
<form action="save.php" method="post" >
    <label>性别:</label>
    <label>男</label>
    <input type="radio" value="1"  name="gender" checked="checked" />
    <label>女</label>
    <input type="radio" value="2"  name="gender" />
    <label>你喜欢什么样的女生:</label><br/>
     
      <input type="checkbox"  name="ch1"  value="漂亮的" />温柔的
       
      <input type="checkbox"  name="ch2"  value="高挑的" checked="checked"/>高挑的
       
      <input type="checkbox"  name="ch3"  value="温柔的" />温柔的
       
      <input type="checkbox"  name="ch4"  value="体贴的" />体贴的
</form>
</body>
</html>


0 回复 有任何疑惑可以回复我~

name值要一样

0 回复 有任何疑惑可以回复我~

!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>单选框、复选框</title>

</head>

<body>

<form action="save.php" method="post" >

    <label>性别:</label>

    <label>男</label>

    <input type="radio" value="1"  name="gender" />

    <label>女</label>

    <input type="radio" value="2"  name="gender" />

    <br/>

    <label>你喜欢什么样的女生:</label>

      <input type="checkbox"  name="checkbox1"  value="漂亮的" />漂亮的

      <input type="checkbox"  name="checkbox2"  value="高挑的" />高挑的

      <input type="checkbox"  name="checkbox3"  value="温柔的" />温柔的

      <input type="checkbox"  name="checkbox4"  value="体贴的" />体贴的

</form>

</body>

</html>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么不显示 漂亮的 高挑的 温柔的 体贴的

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信