var load = function(url,component){
$.ajax({
url:url,
success:function(response){
$("#"+component).html(response);
}
});
}
var load = function(url,component){ $.ajax({ url:url, success:function(resp
最新推荐文章于 2022-05-13 15:51:30 发布