摘要: 转自其他博主,自己开发备用 var h = {}; h.get = function (url, data, ok, error) { $.ajax({ url: url, data: data, dataType: 'json', success: ok, error: error }); } h 阅读全文
posted @ 2018-03-04 23:24 言非言 阅读(294) 评论(0) 推荐(0) 编辑