$("input:radio").each(function(){
if(this.checked){ tag = true; val = $(this).val(); } });本文共 139 字,大约阅读时间需要 1 分钟。
$("input:radio").each(function(){
if(this.checked){ tag = true; val = $(this).val(); } });转载于:https://my.oschina.net/chendongj/blog/898373