• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0010 秒)

1. 最新版本IDE,如何获取http返回的json数据 [ 100%]

...来自: 还没有大神回复,我顺便补充一下吧: 用原生的 xmlhttp 可以成功 var xhr = new XMLHttpRequest();         xhr.open("POST","http://xxx/login",true);         xhr.setRequestHeader('content-type','application/json');         var sendData = {account:"aaa",password:...

来源: Laya_社区 发布时间: 20180824