ajax使用

2021-03-04 17:26

阅读:560

标签:error:   set   问题   ice   fun   cti   ToJson   type   cross   

$.ajax({
method:‘POST‘,
url:‘/midservice/studentAction/addStudent‘,
data:$.toJSON(userDate),
async:false,
cache : false,
dataType:"json",
crossDomain : true, //跨域问题
contentType: "application/json; charset=utf-8",//请求需要发送的处理数据 编码格式
success:function(data){

},
error:function(){

},
});

ajax使用

标签:error:   set   问题   ice   fun   cti   ToJson   type   cross   

原文地址:https://www.cnblogs.com/shihx/p/13258895.html


评论


亲,登录后才可以留言!