$.post(‘url路径’,{post要发送的数据},function(res){
console.log(res)
回调函数
})
jQuery中ajax post方法
最新推荐文章于 2025-06-26 16:48:04 发布
$.post(‘url路径’,{post要发送的数据},function(res){
console.log(res)
回调函数
})