var ope = $(window.opener.document).find("#table1");
$(ope).find("input[type='radio']").each(function(){
var $this = $(this);
value = $(this).val();
alert("获得父亲"+value);
}
$(ope).find("input[type='radio']").each(function(){
var $this = $(this);
value = $(this).val();
alert("获得父亲"+value);
}