码迷,mamicode.com
首页 > Web开发 > 详细

ajax

时间:2020-01-06 19:46:55      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:alert   url   get   bsp   func   pos   function   data   nbsp   

$.get(url,{name:‘张三‘},function(data){

}) 

$.post(url,{参数:值},function(data){

})

$.ajax({

       url:url,

       data:data,

       dataType:json,

       success:function(data){

          alert(data)

}

})

ajax

标签:alert   url   get   bsp   func   pos   function   data   nbsp   

原文地址:https://www.cnblogs.com/caiweijian/p/12157857.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!