mui.ajax({
headers:{
}
})
mui.ajax(url, {
headers: {'Cookie':"JSESSIONID="+具体的Cookie.value},
data: params,
dataType: 'json', //服务器返回json格式数据
type: 'post', //HTTP请求类型
timeout: 10000, //超时时间设置为10秒;
success: suc,
error: err)
欢迎分享,转载请注明来源:夏雨云
mui.ajax({
headers:{
}
})
mui.ajax(url, {
headers: {'Cookie':"JSESSIONID="+具体的Cookie.value},
data: params,
dataType: 'json', //服务器返回json格式数据
type: 'post', //HTTP请求类型
timeout: 10000, //超时时间设置为10秒;
success: suc,
error: err)
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)