摘要: var h = {}; h.get = function (url, data, ok, error) { $.ajax({ url: url, data: data, dataType: 'json', success: ok, error: error }); ... 阅读全文
posted @ 2017-02-23 14:36 晨莳c 阅读(320) 评论(0) 推荐(0) 编辑