网友回复
$post只能发送post请求
$.get("/get.php",function(data,status){ alert("数据: " + data + "\n状态: " + status); },"json");
$get只能发送get请求
$.post("/post.php", { name:"bfw", url:"http://www.bfw.wiki" }, function(data,status){ alert("数据: \n" + data + "\n状态: " + status); },"json");
$ajax可以发送包括get和post在内的其他method请求,还可自定义错误回调及成功回调,自定义method方法type,
$.ajax({ url:"url", type:"get", dataType:"json", data:{ userID:"1" }, success:...
点击查看剩余70%
openai何时开源新的ai大模型对抗deepseek r1?
python如何实现画中画多轨道图片视频混合合成输出mp4?
centos及linux如何批量查找指定目录下文件包含字符串并替换?
阿里云ecs如何保留新购ecs并原机器ip?
如何将chrome某个网站的所有cookie导出json或txt到本地?
python如何读取本地Windows电脑上chrome或edge浏览器所有网站的cookies信息?
阿里云ecs如何实现系统云盘由50g缩小40g缩容?
阿里云50G的ecs镜像如何在40G的ecs上更换操作系统镜像?
有没有a_bogus算法的php版本?
yt-dlp如何无水印高清下载抖音上视频?