美文网首页
jQuery版 $.ajax

jQuery版 $.ajax

作者: Mr丶T | 来源:发表于2016-11-03 17:29 被阅读0次

    $.ajax({

             type: "GET", //发送方法

             url: "*****", //发送地址

             data: {"参数名":参数值}, //传递的参数

             dataType: "json", //返回数值类型

             success: function(data){ //返回成功处理方法

             }

    });

    相关文章

      网友评论

          本文标题:jQuery版 $.ajax

          本文链接:https://www.haomeiwen.com/subject/mxciuttx.html