对$.post跟$.get从新封装,将签名和时间戳传递到Header中

jQuery.each(["get", "post"], function (i, method) { jQuery[method] = function (url, data, callback, type) { if (jQuery.isFunction(data)) { type = type || callback;
相关文章
相关标签/搜索