我這樣寫(xiě)有問(wèn)題么
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>單選框、復(fù)選框</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" />
? ? <label>泰國(guó)歸來(lái)</label>
? ? <input type="radio" value="3"? name="gender" />
</form>
</body>
</html>
2021-03-24
按常理來(lái)說(shuō)的話:沒(méi)茅臺(tái)
2019-09-10
不加個(gè)checked嘛
2019-09-08
沒(méi)毛病
2019-09-08