码迷,mamicode.com
首页 > Web开发 > 详细

ajax使用

时间:2020-07-07 09:57:54      阅读:72      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!