随笔分类 -  ajax

摘要:/** * 1、普通请求 **/ // $.ajax({ // url:"a.html", // success: function(data){ // console.log(data) // $("#box").html(data) // }, // error:function(){ // a 阅读全文
posted @ 2018-10-24 19:09 浮-生 阅读(130) 评论(0) 推荐(0)
摘要:var menuJson = (function() { var result; $.ajax({ type: 'get', url: citx, dataType: 'json', data: { cmd: 'coordinates' }, async: false, success: funct 阅读全文
posted @ 2018-05-07 14:21 浮-生 阅读(1705) 评论(0) 推荐(0)