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

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

371. HttpRequest如何发送JSON数据 [ 71%]

HttpRequest如何发送JSON数据 发送JSON数据         var logReq = new laya.net.HttpRequest();         logReq.once(Laya.Event.COMPLETE,this,this.onComplete);         logReq.send("http://127.0.0.1:3001/login", "username: 'lxd', password: 'lxd'",         'post', "json...

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

372. 怎么使用list控件做一个游戏背包功能,求个demo啊!! [ 71%]

...链接 提交 2 个回复 Laya_XS 赞同来自: 代码实现类似这个:http://layaair.ldc.layabox.com/demo/?UI_List ide里的实现方式:http://ldc.layabox.com/index.php?m=content&c=index&a=show&catid=71&id=331   2017-02-03 0 3 分享 微博 QZONE 微信 qweouyang1990 赞同...

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

373. IDE1.7.19.1beta打包apk后后,播放spine动画出现图片缺失 [ 71%]

...dkVersion 27     buildToolsVersion '28.0.2'     useLibrary 'org.apache.http.legacy'     defaultConfig {         applicationId "com.XXXXX.XXXX"         minSdkVersion 14         targetSdkVersion 27         versionCode 1         versionName "1.0"     }     sourceSets.main{...

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

374. 微信小游戏请求本地资源的时候会重定向307 [ 71%]

...下。微信在使用本地缓存的时候每次都会重定向一次,由http://usr/变成http://127.0.0.1:46624... 附件 : --> 2022-03-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Yan 赞同来自: ...

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

375. list增删改 [ 71%]

...017-03-08 14:38 浏览: 1445 关注: 2 人 cuixueying • 2017-05-18 12:02 http://ask.layabox.com/question/3232 cry_11858 • 2017-03-08 14:26 点击删除,删除事件里做什么?deleteItem(index); index怎么知道。 cuixueying • 2017-03-08 14:34 index就是你要删除的项的索引 cry_...

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

376. 请问怎么实现MeshSprite3D的鼠标点击检测? [ 71%]

...容相关的链接 提交 2 个回复 cuixueying 赞同来自: 请参考:http://layaair.ldc.layabox.com ... ample 2017-04-21 0 5 分享 微博 QZONE 微信 183*****755 赞同来自: http://ask.layabox.com/question/3573 2017-04-24 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折...

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

377. 网络和格式-POST [ 71%]

...gColor = "#232628"; this.connect(); this.showLogger(); } connect() { const HttpRequest = Laya.HttpRequest, Event = Laya.Event; hr = new HttpRequest(); hr.once(Event.PROGRESS, this, this.onHttpRequestProgress); hr.once(Event.COMPLETE, this, this.onHttpRequestComplete); hr.once(Event.ERROR, this, this...

来源: Laya2.0_示例 发布时间: 20241118

378. 网络和格式-GET [ 70%]

...gColor = "#232628"; this.connect(); this.showLogger(); } connect() { const HttpRequest = Laya.HttpRequest, Event = Laya.Event; hr = new HttpRequest(); hr.once(Event.PROGRESS, this, this.onHttpRequestProgress); hr.once(Event.COMPLETE, this, this.onHttpRequestComplete); hr.once(Event.ERROR, this, this...

来源: Laya2.0_示例 发布时间: 20241118

379. js代码跳转页面有接口吗? [ 70%]

... 已邀请: 与内容相关的链接 提交 4 个回复 qian 赞同来自: https://ask.layabox.com/question/1351 https://ask.layabox.com/question/1581   2018-01-29 0 4 分享 微博 QZONE 微信 15818760256 赞同来自:     语法是这样吗? 2018-01-29 0 0 分享 微博 QZONE 微信 qian 赞...

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

380. 如何把变量a=3存储到浏览器中的cookie中? [ 70%]

...能? 2018-05-28 0 2 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: http://ldc.layabox.com/doc/?nav=zh-as-1-6-3 http://ldc.layabox.com/doc/?nav=zh-as-1-6-5 2018-05-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 182*****278 相...

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