时间:2024-10-12 15:40:53
1、form表单属性:action属性,设置提交路径.method属性,设置请求方法( get | post ).
5、input标签,单选框.提交的数据是键值对(sex : male)
7、input标签,提交文件.