jquery radio快速度取值

 $(“input[name='radio_name']:checked”).val();

jquery1.3版本之前属性前面会加个@, 现版本的不用

原文地址:https://www.cnblogs.com/barrysgy/p/2975237.html