当前位置:   article > 正文

cocos-js http网络请求XMLHttpRequest_cocos getxmlhttprequest

cocos getxmlhttprequest
1.get请求  代码如下
//获取用户数据
var xhr = cc.loader.getXMLHttpRequest();//创建XMLHttpRequest对象
cc.log("Status: Send Get Request to httpbin.org");
//set arguments with <URL>?xxx=xxx&yyy=yyy
var url ="http://xxx/game/v1/sdk/gameuser";
url=url+"?"+"access_token="+token+"&gameId="+gameid;
cc.log(url);
xhr.open("GET", url, true);//设置和服务器交互的参数
xhr
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/152620
推荐阅读
相关标签
  

闽ICP备14008679号