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

大约有 14 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0060 秒)

1. HttpRequest详解(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 100%]

...动加在`request header`中,但是在发送跨域请求时候是不会携带。这是因为在`CORS`标准中做了规定,默认情况下,浏览器在发送跨域请求时不能发送任何认证信息(`credentials`)如”`cookies`“和”`HTTP authentication schemes`“。除非`xhr.wit...

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

2. HttpRequest详解(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 99%]

...动加在`request header`中,但是在发送跨域请求时候是不会携带。这是因为在`CORS`标准中做了规定,默认情况下,浏览器在发送跨域请求时不能发送任何认证信息(`credentials`)如”`cookies`“和”`HTTP authentication schemes`“。除非`xhr.wit...

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

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

...动加在`request header`中,但是在发送跨域请求时候是不会携带。这是因为在`CORS`标准中做了规定,默认情况下,浏览器在发送跨域请求时不能发送任何认证信息(`credentials`)如"`cookies`"和"`HTTP authentication schemes`"。除非`xhr.withCredent...

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

4. 网络通信 · LayaAir3文档 · LAYABOX [ 74%]

...(Event.ERROR, this, this.onHttpRequestError); //发送了一个get请求,携带参数为 name=myname 和 psword=xxx this.hr.send('http://xkxz.zhonghao.huo.inner.layabox.com/', null, 'get', 'text'); 这里的重点是send方法,这个send方法要和 XMLHttpRequest 的send区分开。 2.3 POST...

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

5. 针对2.0.0 beta5 setLoadingPage 做增强 [ 73%]

...{Boolean} closeOther 关闭其它场景 * @param {Array} param 打开场景携带参数 * @param {Laya.Handler} complete 打开场景完成回调 * @param {Laya.Handler} progress 打开场景进度回调 */ openScene(url = null, otherHandler = null, closeOther = true, param = null, complete = null, ...

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

6. laya.display.Scene_API3.0 [ 58%]

...0毫秒,可选。 Default value data: any = null (可选)拖动事件携带的数据,可选。 Default value ratio: number = 0.92 (可选)惯性阻尼系数,影响惯性力度和时长。 Returns void stopDrag stopDrag(): void Inherited from Text.stopDrag Defined in laya/display/Sprite...

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

7. laya.ui.View_API3.0 [ 58%]

...0毫秒,可选。 Default value data: any = null (可选)拖动事件携带的数据,可选。 Default value ratio: number = 0.92 (可选)惯性阻尼系数,影响惯性力度和时长。 Returns void stopDrag stopDrag(): void Inherited from Text.stopDrag Defined in laya/display/Sprite...

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

8. laya.ui.DialogManager_API3.0 [ 53%]

...0毫秒,可选。 Default value data: any = null (可选)拖动事件携带的数据,可选。 Default value ratio: number = 0.92 (可选)惯性阻尼系数,影响惯性力度和时长。 Returns void stopDrag stopDrag(): void Inherited from Text.stopDrag Defined in laya/display/Sprite...

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

9. laya.ui.ColorPicker_API3.0 [ 53%]

...ng 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 example private var _testTips:TestTipsUI = new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的...

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

10. laya.ui.ColorPicker [ 52%]

...ng 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转...

来源: Laya2.0_api 发布时间: 20190513