2018年12月8日

原生封装一个类似于JQ的ajax方法

摘要: function $ajax(json){ //初始化参数 if(!json){ return; } json.type = json.type || 'GET'; json.url = json.url || ""; json.async = json.async || true; json.da 阅读全文

posted @ 2018-12-08 14:09 原来_是你 阅读(209) 评论(0) 推荐(1)

导航