当前位置:网站首页>request.getParameter的结果为on
request.getParameter的结果为on
2022-08-03 05:11:00 【~浮生~】
原因在于没有设置value
例如:
性别:
<label for="man">男</label>
<input type="radio" name="sex" id="man" checked>
<label for="woman">女</label>
<input type="radio" name="sex" id="woman" ><br><br>
性别:
<label for="man">男</label>
<input type="radio" name="sex" id="man" value="男" checked>
<label for="woman">女</label>
<input type="radio" name="sex" id="woman" value="女" ><br><br>
两者的差别就在于value="男"和value=“女”
设置value后,就可以正常获得数据了
边栏推荐
猜你喜欢
随机推荐
Build your own web page on raspberry pie (1)
第四次培训
ss-4.2 多个eureka集群案例
Djiango第三次培训
飞机大战完整版
Length n of condensed distance matrix ‘y‘ must be a binomial coefficient
Presto installation and deployment tutorial
处理异步事件的三种方式
Junit
VSO Downloader Ultimate 5.0.1.45 中文多语免费版 在线视频下载工具
Odps temporary query can write SQL, turned out to a named?
-最低分-
如何不耍流氓的做运维之-SHELL脚本
Business table analysis - balance system
传说中可“免费白拿”的无线路由器 - 斐讯 K2 最简单刷 breed 与第三方固件教程
1.ROS环境搭建与基础工作
7.16(6)
Makefile 遍历子目录模板
js implements a bind function
Gradle的安装配置