大约有 182 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)
Laya_社区(124) Laya3.0_api(17) Laya2.0_文档(15) laya_api(9) Laya2.0_api(8) Laya3.0_文档(5) Laya2.0_示例(2) Laya_示例(2)
... 2016-11-04 11:14 按你的修改确实可以了,谢谢!。个人感觉Html的这个限制不太合理,我自己的服务器还可以改,如果访问别人的服务器就没办法了。 cuixueying • 2016-11-04 11:36 如果是合理的访问其他人的服务器,得到授权的话,应...
来源: Laya_社区 发布时间: 20161103
...打乱资源本来的存储字节,或者穿插一些东西。但是到了html5时代,发现基本都是直接加载的图片,为什么和页游时代做法不一样了呢?是不是html5不能加载解码二进制图片?当然不是。之所以不进行加密这层操作,主要是我们...
来源: Laya2.0_文档 发布时间: 20210714
...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
...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
... 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
...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
... 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
...不符合要求” 代码如下 Laya.Browser.window.location.href="home.html"; window.open("home.html", "_self"); 以上两种写法都试过了。 web里都可以运行,打包APK安装之后,触发这个就报错。 所有的html文件、js,都是同一目录。 附件 : --> 2018-08-...
来源: Laya_社区 发布时间: 20180822
获取index.html中的值 如题:在index.html中定义两个变量并赋值;我想在游戏中获取到这个值,怎么做;上代码; <html> <head> <meta charset='utf-8'/> <title>www.layabox.com</title> <meta name='viewport' content='...
来源: Laya_社区 发布时间: 20170413
...准; XMLHttpRequest发各种类型的数据,可以参考发送数据和html5rocks上的这篇文章 了解XMLHttpRequest的基本使用,可以参考MDN的XMLHttpRequest介绍; 想了解跨域请求,则可以参考W3C的 cors 标准; 2.1.2 send() 方法 发送请求, 通常发送的请求...
来源: Laya3.0_文档 发布时间: 20241014