你的位置:首页 > 软件开发 > ASP.net > ajax跨域访问 webservice

ajax跨域访问 webservice

发布时间:2015-05-22 12:01:56
前端代码 $.ajax({ type: "POST", url: "http://localhost:9767/WebService1.asmx/HelloWorld?jsoncallback=?", dat ...

ajax跨域访问 webservice

前端代码

  $.ajax({      type: "POST",      url: "http://localhost:9767/WebService1.asmx/HelloWorld?jsoncallback=?",      data: "{}",      dataType: "jsonp",      success: function (data) {                alert(data.result);      }    });

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:ajax跨域访问 webservice

关键词:ajax

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。