大约有 1,595 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0060 秒)
Laya_社区(1080) Laya3.0_api(185) Laya2.0_api(130) laya_api(125) Laya2.0_文档(36) Laya3.0_文档(26) Laya2.0_示例(7) Laya_示例(6)
...类型如下: - `ArrayBuffer` - `Blob` - `Document` - `DOMString` - `FormData` - `null` #### setRequestHeader() 给指定的HTTP请求头赋值.在这之前,你必须确认已经调用 [`open()`](https://developer.mozilla.org/zh-CN/docs/Web/API/XMLHttpRequest#open) 方法打开了一个url. ### ...
来源: Laya2.0_文档 发布时间: 20210715
...到之前请求的响应结果。 Public Properties PropertyDefined By data : *[read-only] 返回的数据。HttpRequest http : *[read-only] 本对象所封装的原生 XMLHttpRequest 引用。 HttpRequest url : String[read-only] 请求的地址。HttpRequestPublic Methods Hide Inherited P...
来源: laya_api 发布时间: 20170929
...效 xml中直接通过=号修改节点无效 如下: var xml:XML = <data><a>a</a></data>; xml.a=<a1>b</a1>; trace(xml.a.toString());//输出:b trace(xml.toString());//输出:<data><a>a</a></data> 2015-11-26 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20151126
...到之前请求的响应结果。 Public Properties PropertyDefined By data : *[read-only] 返回的数据。HttpRequest http : *[read-only] 本对象所封装的原生 XMLHttpRequest 引用。 HttpRequest url : String[read-only] 请求的地址。HttpRequestPublic Methods Hide Inherited P...
来源: Laya2.0_api 发布时间: 20190513
...类型如下: - `ArrayBuffer` - `Blob` - `Document` - `DOMString` - `FormData` - `null` #### setRequestHeader() 给指定的HTTP请求头赋值.在这之前,你必须确认已经调用 [`open()`](https://developer.mozilla.org/zh-CN/docs/Web/API/XMLHttpRequest#open) 方法打开了一个url. ### ...
来源: Laya2.0_文档 发布时间: 20210715
...的响应结果。 Hierarchy EventDispatcher HttpRequest Index Accessors data http url Methods event hasListener off offAll offAllCaller on once reset send Accessors data get data(): any Defined in laya/net/HttpRequest.ts:192 返回的数据。 Returns any http get http(): any Defined in laya/net/Ht...
来源: Laya3.0_api 发布时间: 20231115
...--------------------------------- __proto.event 方法中 if (listener) { (data != null) ? listener.runWith(data) : listener.run(); } 出错,原因listener.method不是一个方法,看了下listener.caller就是注册的方法,修改为如下就可以正常抛出事件,请查明根本原因...
来源: Laya_社区 发布时间: 20170120
..., 0, tempSpr.width, tempSpr.height);”中 tempSpr.texture 是空的 if (data && data.items != []) { let tempSpr: Sprite = new Sprite(); let tempImg: Laya.Image; let arr: Array<object> = <Array<object>>data.items; ...
来源: Laya_社区 发布时间: 20170508
... (图5) ####6. 在代码里给 List 对象赋值。 ```javascript var data = []; for(var m =0;m (图6) ####8. 在代码里添加脚本,隐藏滚动条,设置拖拽的橡皮筋效果。 ```javascript m_list.scrollBar.hide = true;//隐藏列表的滚动条。 m_list.scrollBar.elasticBa...
来源: Laya2.0_文档 发布时间: 20210714
...I DocumentationAll Packages | All Classes | Index | Frames No Frames DataTexture2DProperties | Methods Packagelaya.d3.resourceClasspublic class DataTexture2DInheritanceDataTexture2D BaseTexture laya.resource.ResourcePublic Properties Hide Inherited Public Properties Show Inherited Public Pro...
来源: laya_api 发布时间: 20170929