获取所选Radiobutton的值
我有两个单选按钮,在同一组名称中,用户选择其中之一(默认情况下不选中任何一个)。当用户选择其中之一时,字符串变量应存储单选按钮的内容。如何实现这一目标?
I have two radio buttons, in the same group name, users selects either one (by default none is checked). When the user selects either one a string variable should store the content of the radio button. How to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先双击单选按钮以获取其选中的事件
然后在事件处理程序中写下这个
First double click on the radiobutton(s) to get their checked events
Then inside the eventhandler write this