冷血的博客
首页
归档
jquery 添加请求头的一种方法
$.ajaxSetup({
headers: {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
});
下一篇
上一篇