【jQuery】 ajax获取Status Code 以及 响应头部 等信息_ajax获取response响应-CSDN博客

网站介绍:文章浏览阅读1.3w次。依旧备忘用<script> $.ajax({ type: "delete", url: url, success: function (response,status,xhr) { console.log(response); //服务器返回的信息 ..._ajax获取response响应