2-6编程练习是这样的吗
来源:2-7 编程练习
yjw123
2018-01-06 11:49:01
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>date pickers</title>
</head>
<body>
姓名:<input type="text"> <br>
性别 <input type="radio" name="max">男 <input type="radio" name="woman">女 <br>
出生日期 <input type="Date"> <br>
出生月份 <input type="Month"> <br>
出生周数 <input type="Week"> <br>
<input type="submit">
</body>
</html>
1回答
效果实现的是对的。继续加油~
相似问题