在JSP页面怎么利用Ajax和jQuery得到结果集

2024-12-20 13:10:06
推荐回答(1个)
回答1:

$.get("页面地址","传入参数",function(data){ //这个function就是回调函数,里面的data就是结果集

})