這個是哪錯了o.0?
<!DOCTYPE html>
<html>
<head>
? ? <meta 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" />
? ? </form>
</body>
</html>
2023-12-18
你去搜索一下index.html是什么意思你大致能理解到意思了
2023-12-14
我也想知道你這個哪錯了??