AJAX怎么实现异步处理页面?

2025-05-17 18:04:16
推荐回答(1个)
回答(1):

无刷新。
$.ajax({
url: " ,
dataType: "json",
success: function (data) {}
})