1.获取Radio值
$('input[name="sex"]:checked ').val();
2.返填Radio值
$('input[name="sex"][value="' + data.sex+ '"]').prop("checked", "true");
希望能帮到你们^-^