摘要: 方法1:摘自网络View Code <mce:script language="javascript"><!-- $(document).ready(function() { $("#btnSubmit").click(function() { alert($("#RadioButtonList1").find("input[@checked]").val()); }); }); // --></mce:script> <asp:RadioButtonList ID=&qu 阅读全文
posted @ 2013-01-11 14:48 程序猿网友666 阅读(241) 评论(0) 推荐(0)