大约有 78 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0036 秒)
Laya_社区(63) Laya2.0_文档(7) Laya3.0_文档(3) laya_api(1) Laya_示例(1) Laya3.0_api(1) Laya2.0_示例(1) Laya2.0_api(1)
... private connect(): void { console.log("connect...."); this.hr = new Laya.HttpRequest(); this.hr.once(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Laya.Event.ERROR, this, this.onHttpRequestError); this.hr.se...
来源: Laya_社区 发布时间: 20201023
...回复问题请先登录 发起人 138*****661 相关问题 TypeScript下HttpRequest发送Post请求有Bug? 动画混合无效(版本2.6) 关于同为object层,层级设置无效的问题 LayaAir2.61 测试版 物理引擎bug 百分百 复现 2.0 drawTexture color参数无效 (此问题已...
来源: Laya_社区 发布时间: 20210908
...nction (_super) { function JiHuo() { JiHuo.super(this); var xhr = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE, this, completeHandler); xhr.once(Event.ERROR, this, errorHandler); xhr.on(Event.PROGRESS, this, processHandler); xhr.send("https://api.w...
来源: Laya_社区 发布时间: 20180419
...来自: ie 11 或者ie浏览器会出现这个问题,原因是因为在HttpRequest 发送send 数据前 调用了timeout 属性。 找了下解决方案, https://gitlab.com/meno/dropzone/issues/8 https://github.com/stephanebac ... ues/5 2019-01-29 0 0 分享 微博 QZONE 微信 为什么被折...
来源: Laya_社区 发布时间: 20180825
...的幂次方图集和非二的幂次方图集区别在哪? TypeScript下HttpRequest发送Post请求有Bug? 图集打包找不到图集文件 IDE1.7.8 json图集加载问题 一个时间轴动画里创建的多个动画,怎么分别调用?如图 自从layaflash起,就一直存在的bug 我刚...
来源: Laya_社区 发布时间: 20180808
...何接收后台的数据呢,后台传到laya的数据类型是什么? HttpRequest无法发送除字符串以外的数据 问题状态 最新活动: 2018-07-30 09:52 浏览: 1688 关注: 3 人 假装不食烟火 • 2018-07-22 17:17 这不是js语言,是ts吗?
来源: Laya_社区 发布时间: 20180722
...下例子。 ```java package { import laya.events.Event; import laya.net.HttpRequest; import laya.utils.Browser; public class Main { public function Main() { //初始化引擎 Laya.init(500,500); var httpreq:HttpRequest = new HttpRequest(); httpreq.on(Event.COMPLETE,this,this.completeHandler); httpr...
来源: Laya2.0_文档 发布时间: 20210715
...地路径的file协议。如何处理 laya.core.js:18284 Access to XMLHttpRequest at 'file:///E:/Game-SuperMary/SuperMary/release/web/res/atlas/option.atlas' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chro...
来源: Laya_社区 发布时间: 20200107
...回复问题请先登录 发起人 150*****372 相关问题 TypeScript下HttpRequest发送Post请求有Bug? 1.7.20beta有bug,帧属性面板打不开 自从layaflash起,就一直存在的bug LayaAir2.61 测试版 物理引擎bug 百分百 复现 富文本下划线绘制bug 【BUG备忘录】关...
来源: Laya_社区 发布时间: 20180720
...idu.com,这个加头后,为啥还连不上, 看代码-> this.hr=new HttpRequest(); this.hr.once(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Laya.Event.ERROR, this, this.onHttpRequestError); this.hr.s...
来源: Laya_社区 发布时间: 20151028