radio选中如何判断是哪个radio被选中

radio选中  时间:2021-06-05  阅读:()

radiobutton 怎么获取选中状态

用savedInstanceState,代码如下: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Button button = (Button) findViewById(R.id.button); RadioButton radiobutton1 = (RadioButton) findViewById(R.id.radiobutton1); RadioButton radiobutton2 = (RadioButton) findViewById(R.id.radiobutton2); if (savedInstanceState != null) { boolean tmp1 = savedInstanceState.getBoolean("radio1"); if (tmp1) { radiobutton1.setChecked(true); } boolean tmp2 = savedInstanceState.getBoolean("radio2"); if (tmp2) { radiobutton2.setChecked(true); } } if (IsRadioButton1Selected) { radiobutton1.setChecked(true); } if (IsRadioButton2Selected) { radiobutton2.setChecked(true); } button.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent it = new Intent(MainActivity.this, SecondActivity.class); startActivity(it); } }); } @Override protected void onSaveInstanceState(Bundle outState) { RadioButton radiobutton1 = (RadioButton) findViewById(R.id.radiobutton1); RadioButton radiobutton2 = (RadioButton) findViewById(R.id.radiobutton2); if (radiobutton1.isChecked()) { IsRadioButton1Selected = true; } else if (radiobutton2.isChecked()) { IsRadioButton2Selected = true; } else Toast.makeText(this, "nothing selected", Toast.LENGTH_SHORT).show(); outState.putBoolean("radio1", IsRadioButton1Selected); outState.putBoolean("radio2", IsRadioButton2Selected); super.onSaveInstanceState(outState); }   更多0

javascript中判断radio是否被选中

可以直接用javascript里面radio自带属性checked,去判断radio是否被选中。

<br>下面是代码,仅供参考;<br>&lt;html&gt;<br>&lt;script?type=&quot;text/javascript&quot;&gt;<br>function?selectradio()<br>{<br>????var?arr=document.getElementsByName(&quot;radio1&quot;);<br>????for(var?i=0;i&lt;arr.length;i++)<br>????{<br>????????if(arr[i].checked)<br>????????{<br>????????????alert(arr[i].value)<br>????????}<br>????}<br>}<br>function?selectcheck()<br>{<br>????var?=document.getElementsByName(&quot;checkbox1&quot;);<br>????var?str=&quot;&quot;;<br>????for(var?i=0;i&lt;.length;i++)<br>????{<br>????????if(arr[i].checked)<br>????????{<br>????????????str+=[i].value+&quot;,&quot;;<br>????????}<br>????????alert(str);<br>????}<br>}<br>function?selectselect()<br>{<br>????var?ass=document.getElementById(&quot;select1&quot;);<br>????alert(ass.options[ass.selectedIndex].text+&quot;:&quot;+ass.options[ass.selectedIndex].value);<br>}<br>&lt;/script&gt;<br>&lt;body&gt;<br>&lt;div?align=&quot;center&quot;&gt;<br>&lt;form&gt;<br>????&lt;input?type=&quot;radio&quot;?name=&quot;radio1&quot;?value=&quot;111&quot;?/&gt;&lt;br/&gt;<br>????&lt;input?type=&quot;radio&quot;?name=&quot;radio1&quot;?value=&quot;222&quot;?/&gt;&lt;br/&gt;<br>????&lt;input?type=&quot;radio&quot;?name=&quot;raido1&quot;?value=&quot;333&quot;?/&gt;&lt;br/&gt;<br>????&lt;input?type=&quot;button&quot;?name=&quot;submit2&quot;?value=&quot;&quot;?/&gt;<br>????&lt;br/&gt;<br>????&lt;br/&gt;<br>????&lt;input?type=&quot;checkbox&quot;?name=&quot;checkbox1&quot;?value=&quot;111&quot;?/&gt;&lt;br/&gt;<br>????&lt;input?type=&quot;checkbox&quot;?name=&quot;checkbox1&quot;?value=&quot;222&quot;?/&gt;&lt;br/&gt;<br>????&lt;input?type=&quot;checkbox&quot;?name=&quot;checkbox1&quot;?value=&quot;333&quot;?/&gt;&lt;br/&gt;<br>????&lt;input?type=&quot;button&quot;?name=&quot;submit&quot;?vlaue=&quot;按钮&quot;?/&gt;<br>????&lt;br/&gt;<br>????&lt;br/&gt;<br>????&lt;select?name=&quot;select&quot;?id=&quot;select1&quot;&gt;<br>????????&lt;option?value=&quot;111&quot;&gt;第一项&lt;/option&gt;<br>????????&lt;option?value=&quot;222&quot;&gt;第二项&lt;/option&gt;<br>????????&lt;option?value=&quot;333&quot;&gt;第三项&lt;/option&gt;<br>????&lt;/select&gt;<br>????&lt;input?type=&quot;button:&quot;?name=&quot;submit3&quot;?value=&quot;按钮&quot;?/&gt;<br>????&lt;br/&gt;<br>????&lt;br/&gt;<br>&lt;/form&gt;<br>&lt;/div&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;

jquery radio 是否选中

//?判断id为radioId的radio是否选中 if($("#radioId:checked")[0]){ console.log("选中"); }else{ console.log("未选中"); }希望对你有帮助!

如何判断是哪个radio被选中

$(&quot;:radio&quot;).each(function(){<br>if($(this).attr(&quot;checked&quot;)){<br>alert(&quot;选中&quot;);<br>}else{<br>alert(&quot;未选中&quot;);<br>}<br>})

  • radio选中如何判断是哪个radio被选中相关文档

炭云188元/年,上海CN2 VPS/2核/384MB内存/8GB空间/800GB流量/77Mbps端口/共享IP

炭云怎么样?炭云(之前的碳云),国人商家,正规公司(哈尔滨桓林信息技术有限公司),主机之家测评介绍过多次。现在上海CN2共享IP的VPS有一款特价,上海cn2 vps,2核/384MB内存/8GB空间/800GB流量/77Mbps端口/共享IP/Hyper-v,188元/年,特别适合电信网络。有需要的可以关注一下。点击进入:炭云官方网站地址炭云vps套餐:套餐cpu内存硬盘流量/带宽ip价格购买上...

CloudCone:$17.99/年KVM-1GB/50GB/1TB/洛杉矶MC机房

CloudCone在月初发了个邮件,表示上新了一个系列VPS主机,采用SSD缓存磁盘,支持下单购买额外的CPU、内存和硬盘资源,最低年付17.99美元起。CloudCone成立于2017年,提供VPS和独立服务器租用,深耕洛杉矶MC机房,最初提供按小时计费随时退回,给自己弄回一大堆中国不能访问的IP,现在已经取消了随时删除了,不过他的VPS主机价格不贵,支持购买额外IP,还支持购买高防IP。下面列...

SpinServers(月89美元) 2*e5-2630L v2,美国独立服务器

SpinServers服务商也不算是老牌的服务商,商家看介绍是是2018年成立的主机品牌,隶属于Majestic Hosting Solutions LLC旗下。商家主要经营独立服务器租用和Hybrid Dedicated服务器等,目前包含的数据中心在美国达拉斯、圣何塞机房,自有硬件和IP资源等,商家还自定义支持用户IP广播到机房。看到SpinServers推出了美国独服的夏季优惠促销活动,最低月...

radio选中为你推荐
自定义表情搜狗输入法怎么添加自定义表情12种颜色12种颜色都是代表什么js后退多级页面间的后退如何实现(js方法)assemblyinfo求教如何修改AssemblyInfo.cs的版本号assemblyinfoLOL的 X、L、CS 是什么意思xcelsius谁有水晶易表2008的密钥?谷歌图片识别怎么通过一张GIF图在网上搜索出其出处(你们懂的...)以图搜图那个百度只找到了一模一样的..,有超级播放器推荐个好的视频播放器kjava通用KJava是什么意思数据库界面如何创建数据库
域名邮箱 域名到期查询 域名注册信息查询 windows虚机 免费域名解析 网易域名邮箱 x3220 日本软银 美元争夺战 国外服务器 哈喽图床 好看的桌面背景图片 nerds hkt 免费网页申请 香港亚马逊 空间首页登陆 linode支付宝 中国电信网络测速 韩国代理ip 更多