摘要: ajax完整结构: $.ajax({ url: "", //服务器路径 data: { }, //传递的参数,可为空,可多个 type: "post", //传递参数的方式,可POST可GET,一般用POST dataType: "json", //数据传递的格式,有Json和xml两种 async 阅读全文
posted @ 2017-01-16 21:07 游称 阅读(306) 评论(0) 推荐(0)