jQuery 发送 AJAX 请求
使用jQuery来发送 AJAX 请求会比较方便
使用jQuery 发送get和post请求
get和post请求有四个参数:
$.get(url,[data],[callback],[type])
url:请求的 URL 地址。
data:请求携带的参数。
callback:载入成功时回调函数。
type:设置返回内容格式,xml,html,script,json,text,_default。
1 | //发送get请求 |
jQuery通用方法发送AJAX请求
1 | $('button').eq(2).click(function(){ |
其他的参数:—–传送门—–
总结:
我们平常使用的话,get和post请求就完全够用了,如果想要个性化的去请求数据,可以使用jQuery通用方法 $.ajax()
。
Invitation
aqing
962555446
created:15/04/2021
Welcome to Candyhome
Use this card to join the candyhome and participate in a pleasant discussion together .
Welcome to aqing's candyhome,wish you a nice day .
评论