ajax,jquery,$.post⼀$.get异步刷新div,局部刷新页面

2024-10-30 21:26:55
推荐回答(1个)
回答1:


$.post(url,params,function(result){
$('#content').html(result);

});