大约有 26 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
...url` 请求的远端地址 - data 发送的数据 ;一般post方法,要传递这个参数。get方法参数和url拼接在一起。 - method 发送数据的方法 默认为 get - responseType 消息返回的类型 - headers 给指定的HTTP请求头赋值 ###### 属性 - `http`: 原生XMLHttpReq...
来源: Laya2.0_文档 发布时间: 20210715
...url` 请求的远端地址 - data 发送的数据 ;一般post方法,要传递这个参数。get方法参数和url拼接在一起。 - method 发送数据的方法 默认为 get - responseType 消息返回的类型 - headers 给指定的HTTP请求头赋值 ###### 属性 - `http`: 原生XMLHttpReq...
来源: Laya2.0_文档 发布时间: 20210715
...求时必须再次实例化对象,于是做对象池封装处理,其中传递的参数需要和http协商格式,我的封装仅限参考 export class NetConnection extends Laya.EventDispatcher { /** 地址*/ private mUrl: string; /** 数据池*/ ...
来源: Laya_社区 发布时间: 20161109
...件在所有平台都生效,那么regBuildPlugin的第一个参数可以传递"*"。regBuildPlugin的第二个参数可以传递一个优先级的数值,优先级越大,构建时这个插件会被更早的调用。 在插件中经常会用到的一些工具方法有: (1)使用task.logger...
来源: Laya3.0_文档 发布时间: 20241014
...数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:599 清理定时器。功能同Laya.timer.cl...
来源: Laya3.0_api 发布时间: 20231102
...数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.cl...
来源: Laya3.0_api 发布时间: 20231115