一个80后
程序员的笔记

测试跨域的方法

在console输入:

var xhr = new XMLHttpRequest();
xhr.open('GET', 'http://xxx.xxx.com/users.login');
xhr.send(null);
xhr.onload = function(e) {
    var xhr = e.target;
    console.log(xhr.responseText);
}
赞(19) 打赏
未经允许不得转载:笨笨天地 » 测试跨域的方法
分享到: 更多 (0)

相关推荐

  • 暂无文章

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏