2-13作业提交
来源:2-13 编程练习
qq_慕斯7214945
2020-07-16 10:52:12
<form action="">
性别:男<input type="radio" name="sex" value="male">
女<input type="radio" name="sex" value="female">
<br>
我喜欢的水果:
<br>
苹果<input type="checkbox" name="fruit" value="apple"><br>
梨子<input type="checkbox" name="fruit" value="pear"><br>
桃子<input type="checkbox" name="fruit" value="peach"><br>
</form>
1回答
好帮手慕久久
2020-07-16
同学你好,代码正确,很棒,祝学习愉快!
相似问题