form表单的input标签
1、form表单属性:action属性,设置提交路径.method属性,设置请求方法( get | post ).


5、input标签,单选框.提交的数据是键值对(sex : male)

7、input标签,提交文件.

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
1、form表单属性:action属性,设置提交路径.method属性,设置请求方法( get | post ).
5、input标签,单选框.提交的数据是键值对(sex : male)
7、input标签,提交文件.