随笔分类 -  常用

摘要:var h = {}; h.get = function (url, data, ok, error) { $.ajax({ url: url, data: data, dataType: 'json', success: ok, error: error }); } h.post = functi 阅读全文
posted @ 2017-04-05 18:35 huihui2014