$.ajax({ type: "get", url: url, data: { page: "1", size: "10", userId: doctorId }, dataType: "json", contentType: "application/json; charset=utf-8", success: function(data) {}, error: function(data) {}}); 这是ajax请求代码,请问在什么位置添加 loading
添加回答
举报
0/150
提交
取消