摘要: function myAjaxPost(url, data, successCallback, errorCallback, completeCallback) { $.ajax({ type: "POST", url: url, data: data, dataType: "json", befo 阅读全文
posted @ 2022-05-08 12:12 月渊 阅读(376) 评论(0) 推荐(0)