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

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

31. 请问我用下面的代码发送个简单的http get请求,为什么在电脑上能得到成功输出,在手机上总是得到失败输出呢? [ 80%]

... 2016-11-04 11:14 按你的修改确实可以了,谢谢!。个人感觉Html的这个限制不太合理,我自己的服务器还可以改,如果访问别人的服务器就没办法了。 cuixueying • 2016-11-04 11:36 如果是合理的访问其他人的服务器,得到授权的话,应...

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

32. 二进制图片(ActionScript-2D进阶篇(AS3)-游戏加载策略) [ 80%]

...打乱资源本来的存储字节,或者穿插一些东西。但是到了html5时代,发现基本都是直接加载的图片,为什么和页游时代做法不一样了呢?是不是html5不能加载解码二进制图片?当然不是。之所以不进行加密这层操作,主要是我们...

来源: Laya2.0_文档 发布时间: 20210714

33. laya.ui.Label_API3.0 [ 80%]

...lRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea html ignoreLang is3D italic leading left mask maxWidth mouseEnabled mouseX mouseY numChildren overflow padding parent pivotX pivotY right rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache stroke strokeColo...

来源: Laya3.0_api 发布时间: 20231115

34. HttpRequest详解(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 80%]

...rg/en-US/docs/Web/API/XMLHttpRequest/Sending_and_Receiving_Binary_Data)和[html5rocks上的这篇文章](http://www.html5rocks.com/zh/tutorials/file/xhr2/) - 了解`XMLHttpRequest`的基本使用,可以参考[MDN的XMLHttpRequest介绍](https://developer.mozilla.org/zh-CN/docs/Web/API/XMLHttpReque...

来源: Laya2.0_文档 发布时间: 20210715

35. laya.html.XML_API3.0 [ 80%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/html/XML" XML Class XML Hierarchy XML Index Constructors constructor Properties name text Accessors attributes Methods elements getAttrBool getAttrFloat getAttrInt getAttrString getNode parse reset setAttribute Constructors c...

来源: Laya3.0_api 发布时间: 20231115

36. laya.display.Text_API3.0 [ 79%]

...globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea html htmlParseOptions is3D italic leading lines mask maxScrollX maxScrollY maxWidth mouseEnabled mouseX mouseY numChildren objContainer overflow padding parent pivotX pivotY rotation scaleX scaleY scene scrollRect scrollX scr...

来源: Laya3.0_api 发布时间: 20231115

37. laya.html.XMLIterator_API3.0 [ 79%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/html/XMLIterator" XMLIterator Class XMLIterator Hierarchy XMLIterator Index Properties attrParsed lastTagEnd lastTagName lowerCaseName parsePos source sourceLen tagLength tagName tagPos tagType Accessors attributes Methods be...

来源: Laya3.0_api 发布时间: 20231115

38. apk 您的地址不符合要求 [ 78%]

...不符合要求”   代码如下 Laya.Browser.window.location.href="home.html"; window.open("home.html", "_self"); 以上两种写法都试过了。 web里都可以运行,打包APK安装之后,触发这个就报错。   所有的html文件、js,都是同一目录。   附件 : --> 2018-08-...

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

39. 获取index.html中的值 [ 78%]

获取index.html中的值 如题:在index.html中定义两个变量并赋值;我想在游戏中获取到这个值,怎么做;上代码; <html> <head>     <meta charset='utf-8'/>     <title>www.layabox.com</title>     <meta name='viewport' content='...

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

40. 网络通信 · LayaAir3.0文档 · LAYABOX [ 78%]

...准; XMLHttpRequest发各种类型的数据,可以参考发送数据和html5rocks上的这篇文章 了解XMLHttpRequest的基本使用,可以参考MDN的XMLHttpRequest介绍; 想了解跨域请求,则可以参考W3C的 cors 标准; 2.1.2 send() 方法 发送请求, 通常发送的请求...

来源: Laya3.0_文档 发布时间: 20241014