誰(shuí)幫忙看下我這個(gè)代碼錯(cuò)誤在哪?打出來(lái)之后“男”后面沒(méi)有單選框
<html>
<head>
<meta http-qpuiv="Content-Type" content="text/html; charest=utf-8">
<title>單選框、復(fù)選框</title>
</head>
<body>
? ? <form action="save.php" method="post">
? ? <label>性別:</label>
? ? <label>男</label>
? ? <iuput type="radio" value="1" name="sex"/>
? ? <label>女</label>
? ? <input type="radio" value="2" name="sex"/>
? ? </form>
</body>
</html>
2016-05-14
<iuput type="radio" value="1" name="sex"/>改為<input type="raido" value="1" name="sex"/>其實(shí)就是input,不是iuput,樓主拼錯(cuò)字母了
2016-05-14
男的那個(gè)input,你寫成iuput了!?。?/p>
2016-05-14