页面http请求的几种方式
目录:1.jQuery中的ajax请求:$.post(url,data,fn,type)$.get(url,data,fn,type)2.form提交的方式,可以发起请求,采用$(’#myform’).submit(),的方式发起请求,可以在form的method中设置get还是post3.window.open(URL,name,specs,replace),打开新页面,不刷新当前页面。默认是get请求。4.window.location.href(url),重新定向到新页面,并刷新打开的页面
原创
2021-09-02 23:46:23 ·
1456 阅读 ·
0 评论