大约有 105 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0039 秒)
... app domain 2018-03-15 17:04:59.675698+0800 ti2[6356:386526] Error: http://192.168.0.244/res/data/ ... 99674 does not belong to the same app domain: http://192.168.0.244/game/bin/h5/ ios打包 apache已经加 Header set Access-Control-Allow-Origin * 网页方式没问题 这个要怎么破 ...
来源: Laya_社区 发布时间: 20180315
...ame中使用, android chrome中没声音 在android chrome上,直接在192.168.188.253:8080/index.html访问是可以播放webaudio的,但是通过iframe src="192.168.188.253:8080/index.html"却不行。经过搜索,是chrome禁止iframe中的跨域webaudio自动播放。参考Block Web Audi...
来源: Laya_社区 发布时间: 20171114
...问题 项目需要重远程接收一个.xml文件 hrRerust.send("http://192.168.1.21:90/Game_Config.xml", null, "get", "text",null); trace(hrRerust.data); 该语句可以读取上面.xml文件的内容 但是 我用了一些方法 都无法像本地.xml被解析后存放到数组当...
来源: Laya_社区 发布时间: 20161120
...,调试模式下可以访问获取 Access to XMLHttpRequest at 'http://192.168.3.70:8081/api/test?data=test' from origin 'http://192.168.3.70:8082' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present o...
来源: Laya_社区 发布时间: 20200609
...际的游戏效果需求 3、Laya.Browser.window.location.href = 'http://192.168.0.17:8899/index.js'; 也无法进行兼容这种,且会出现图3所示异常 4、使用conch.parsetUrl = 'http://192.168.0.17:8899/index.js',也会出现图3所示异常 (图1) (图2) (图3) ...
来源: Laya_社区 发布时间: 20250729
...引擎会自动新增扩展名导致加载失败 原始文件路径http://192.168.1.70/heidao/resource2/actgame/res/spine/lh_10001/lh_10001.skel 在微信小游戏中引擎不知为何自己新增扩名http://192.168.1.70/heidao/res ... l.bin,造成了加载失败 附件 : --> 2024-07-12 添加评...
来源: Laya_社区 发布时间: 20240712
...的index.html只能用 mPlugin.game_plugin_set_option("gameUrl", "http://192.168.X.192:8900/bin/index.html"); 这种方法去访问? 2017-12-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zmc1220 相关问题 微信关系链:...
来源: Laya_社区 发布时间: 20171225
.../LayaBox (12689): read index failed I/LayaBox (12689): Download [ ]:http://192.168.137.1/public/sh ... i.ttf I/LayaBox (12689): >>>>>>>>>>>>>bGLCanvasSizeChanged w=1920 h= 1080 I/LayaBox (12689): >>>>>>>>>>>>>>>>i...
来源: Laya_社区 发布时间: 20170320
...ayabox.hello A/art: art/runtime/java_vm_ext.cc:470] string: 'http://192.168.2.139:8900/bin/libs/layer.js:2: 2019-03-15 08:45:13.438 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470] TypeError: Cannot read property 'length' of undefined 2019-03-15 08:45:13.438 8214-8265/com.la...
来源: Laya_社区 发布时间: 20190315
...--------------- | | 构造函数传参 | 立即连接 比如 new Socket(“192.168.1.2”,8899);注意这里的host参数没有ws前缀。 | | connect方法 | 传递url和端口号,连接服务器;socket.connect(“192.168.0.1.2”,8989);注意这里的host参数没有ws前缀。 | | connectBy...
来源: Laya2.0_文档 发布时间: 20210714