随笔分类 -  jQuery

jQuery
摘要:1 /* 2 * 封装$.ajax函数 3 * =============*/ 4 $.Ajax = function(url, options){ 5 if(typeof options == 'undefined'){ 6 options = url; 7 } 8 if(typeof url == 'string'){ 9 ... 阅读全文
posted @ 2016-06-21 14:48 下一个雨季~ 阅读(873) 评论(0) 推荐(0)