function update_data(id){//更新
var get_text = $.ajax({
type: "POST",
url: 'index.php?act=ott_video&op=replace_ott_video_goods',
data: $("#"+id+"_form").serialize(),
async: false
}).responseText;
return get_text;
}
















