摘要: function ajax(opt) { opt = opt || {}; // 对实参处理 var xmlhttp, method, url, async, dataType, data; method = opt.method || 'GET'; //... 阅读全文
posted @ 2018-12-08 19:50 雪域精灵 阅读(143) 评论(0) 推荐(0)